summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-12 13:43:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-12 13:43:46 +0000
commit5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8 (patch)
tree2224df97f48bc72f44825d5b01f8ed72201eaede /themes
parentf96d0a9ee9874144a19c120de8d13bf7a3d1e3e6 (diff)
downloadbrdo-5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8.tar.gz
brdo-5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8.tar.bz2
- Patch #453080 by Gabor Hojtsy: moved the footer message to a block.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/maintenance-page.tpl.php2
-rw-r--r--themes/garland/page.tpl.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/maintenance-page.tpl.php b/themes/garland/maintenance-page.tpl.php
index 27333ad57..5a86d1e65 100644
--- a/themes/garland/maintenance-page.tpl.php
+++ b/themes/garland/maintenance-page.tpl.php
@@ -75,7 +75,7 @@
<div class="clearfix">
<?php print $content ?>
</div>
- <div id="footer"><?php print $footer_message . $footer ?></div>
+ <div id="footer"><?php print $footer ?></div>
</div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
<?php if ($right): ?>
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 204df0a25..feda682ca 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -56,7 +56,7 @@
<?php print $content ?>
</div>
<?php print $feed_icons ?>
- <div id="footer"><?php print $footer_message . $footer ?></div>
+ <div id="footer"><?php print $footer ?></div>
</div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
<?php if ($right): ?>