summaryrefslogtreecommitdiff
path: root/themes/bartik/templates
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-28 01:40:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-28 01:40:39 +0000
commit6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9 (patch)
treeb49eac068dd93d94e66b9f56ca8428b092643621 /themes/bartik/templates
parent926a26b6d56da73381ff789dd61b43c9ab663ffd (diff)
downloadbrdo-6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9.tar.gz
brdo-6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9.tar.bz2
- Patch #850686 by Jacine, sun: renamed 'highlight' region to 'highlighted' for consistency.
Diffstat (limited to 'themes/bartik/templates')
-rw-r--r--themes/bartik/templates/maintenance-page.tpl.php2
-rw-r--r--themes/bartik/templates/page.tpl.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/bartik/templates/maintenance-page.tpl.php b/themes/bartik/templates/maintenance-page.tpl.php
index 57e40a07a..5ba63def1 100644
--- a/themes/bartik/templates/maintenance-page.tpl.php
+++ b/themes/bartik/templates/maintenance-page.tpl.php
@@ -66,7 +66,7 @@
<div id="main-wrapper"><div id="main" class="clearfix">
<div id="content" class="column"><div class="section">
- <?php if ($highlight): ?><div id="highlight"><?php print $highlight; ?></div><?php endif; ?>
+ <?php if ($highlighted): ?><div id="highlighted"><?php print $highlighted; ?></div><?php endif; ?>
<a id="main-content"></a>
<?php if ($title): ?>
<h1 class="title" id="page-title">
diff --git a/themes/bartik/templates/page.tpl.php b/themes/bartik/templates/page.tpl.php
index 87f6a73e8..74fc27766 100644
--- a/themes/bartik/templates/page.tpl.php
+++ b/themes/bartik/templates/page.tpl.php
@@ -66,7 +66,7 @@
* Regions:
* - $page['header']: Items for the header region.
* - $page['featured']: Items for the featured region.
- * - $page['highlight']: Items for the highlighted content region.
+ * - $page['highlighted']: Items for the highlighted content region.
* - $page['help']: Dynamic help text, mostly for admin pages.
* - $page['content']: The main content of the current page.
* - $page['sidebar_first']: Items for the first sidebar.
@@ -168,7 +168,7 @@
<div id="content" class="column"><div class="section">
- <?php if ($page['highlight']): ?><div id="highlight"><?php print render($page['highlight']); ?></div><?php endif; ?>
+ <?php if ($page['highlighted']): ?><div id="highlighted"><?php print render($page['highlighted']); ?></div><?php endif; ?>
<a id="main-content"></a>
<?php print render($title_prefix); ?>
<?php if ($title): ?>