diff options
Diffstat (limited to 'themes/garland')
-rw-r--r-- | themes/garland/maintenance-page.tpl.php | 2 | ||||
-rw-r--r-- | themes/garland/page.tpl.php | 2 |
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): ?> |