diff options
Diffstat (limited to 'modules/system/page.tpl.php')
-rw-r--r-- | modules/system/page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index a85807837..dec95356f 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -197,7 +197,7 @@ </div></div> <!-- /#page, /#page-wrapper --> - <?php print $closure; ?> + <?php print $page_bottom; ?> </body> </html> |