summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-30 08:28:47 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-30 08:28:47 +0000
commit16632e07e475aa405793bc098e8c1e6f68e01fce (patch)
treefeacdee4d8390d7357ddd3124a1f9309547200e1 /themes
parentf6a23032093dceb5fac0c4db448207a528ddd626 (diff)
downloadbrdo-16632e07e475aa405793bc098e8c1e6f68e01fce.tar.gz
brdo-16632e07e475aa405793bc098e8c1e6f68e01fce.tar.bz2
- Patch #534414 by Gábor Hojtsy: fix missing docs and consistency issues with and .
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/page.tpl.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 16221026d..0f05af635 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -15,11 +15,7 @@
</head>
<body class="<?php print $classes ?>">
- <?php if ($page_top): ?>
- <div id="page-top-region" class="clearfix">
- <?php print $page_top; ?>
- </div>
- <?php endif; ?>
+ <?php print $page_top; ?>
<div id="header-region" class="clearfix"><?php print $header ?></div>