From: cash Date: Thu, 2 Dec 2010 22:38:14 +0000 (+0000) Subject: adding a generic module layout X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=075811e9b04112323934347ff75a117a0aa93027;p=lorea%2Felgg.git adding a generic module layout git-svn-id: http://code.elgg.org/elgg/trunk@7504 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/layouts/module.php b/views/default/layouts/module.php new file mode 100644 index 000000000..8c74aae57 --- /dev/null +++ b/views/default/layouts/module.php @@ -0,0 +1,39 @@ +$header"; +} + +if ($footer) { + $footer = "
$footer
"; +} + +echo << +
+ $header +
+ $body +
+ $footer +
+ +HTML;