diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-27 18:38:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-27 18:38:35 +0000 |
commit | 7d41b2d7f5eed4fa274a948fa2c96d150f453f0e (patch) | |
tree | 404f8bc0a9165132387439a40b02fc4539f8f82e /themes | |
parent | 9381abb7c3374e450c048ce809c95f15eec98aa1 (diff) | |
download | drupal-7d41b2d7f5eed4fa274a948fa2c96d150f453f0e.tar.gz drupal-7d41b2d7f5eed4fa274a948fa2c96d150f453f0e.zip |
- Patch #519782 by tic2000: change to become a hidden region like page_top.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/garland/page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 94f4a8ded61..16221026df7 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -75,6 +75,6 @@ </div> <!-- /#container --> </div> <!-- /#wrapper --> - <?php print $closure ?> + <?php print $page_bottom; ?> </body> </html> |