summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-04 05:21:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-04 05:21:15 +0000
commitb9f4e59c5a4655595e3254560febbdb01d599fd1 (patch)
treedae5b4111ef4f88e46fbe0aee226dca89e7f1ea0 /themes
parent1706f7354e2f03c7c8b061b37dca2c19fcda0b3e (diff)
downloadbrdo-b9f4e59c5a4655595e3254560febbdb01d599fd1.tar.gz
brdo-b9f4e59c5a4655595e3254560febbdb01d599fd1.tar.bz2
- Patch #468534 by paul.lovvik: add a region at the top of the page above the header region.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/page.tpl.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 782532ad3..94f4a8ded 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -15,6 +15,12 @@
</head>
<body class="<?php print $classes ?>">
+ <?php if ($page_top): ?>
+ <div id="page-top-region" class="clearfix">
+ <?php print $page_top; ?>
+ </div>
+ <?php endif; ?>
+
<div id="header-region" class="clearfix"><?php print $header ?></div>
<div id="wrapper">