From 7ed52f7cb08f681257f0d48affec17fa24bc56bd Mon Sep 17 00:00:00 2001 From: Edison Wong Date: Wed, 9 Mar 2011 01:44:24 +0800 Subject: [PATCH] Issue #1085422: Mission statement removed, 'highlighted' region suggested. --- STARTERKIT/STARTERKIT.info.txt | 2 +- templates/page.tpl.php | 4 ++-- zen.info | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/STARTERKIT/STARTERKIT.info.txt b/STARTERKIT/STARTERKIT.info.txt index db7a3e4..1dd6789 100644 --- a/STARTERKIT/STARTERKIT.info.txt +++ b/STARTERKIT/STARTERKIT.info.txt @@ -83,7 +83,7 @@ regions[help] = Help regions[sidebar_first] = First sidebar regions[sidebar_second] = Second sidebar regions[navigation] = Navigation bar -regions[highlight] = Highlighted content +regions[highlighted] = Highlighted regions[content] = Content regions[header] = Header regions[footer] = Footer diff --git a/templates/page.tpl.php b/templates/page.tpl.php index 470b65c..e99437c 100644 --- a/templates/page.tpl.php +++ b/templates/page.tpl.php @@ -54,7 +54,7 @@ * * Regions: * - $page['help']: Dynamic help text, mostly for admin pages. - * - $page['highlight']: Items for the highlighted content region. + * - $page['highlighted']: Items for the highlighted content region. * - $page['content']: The main content of the current page. * - $page['sidebar_first']: Items for the first sidebar. * - $page['sidebar_second']: Items for the second sidebar. @@ -117,7 +117,7 @@
- + diff --git a/zen.info b/zen.info index 2b68183..527c73d 100644 --- a/zen.info +++ b/zen.info @@ -11,7 +11,7 @@ regions[help] = Help regions[sidebar_first] = First sidebar regions[sidebar_second] = Second sidebar regions[navigation] = Navigation bar -regions[highlight] = Highlighted content +regions[highlighted] = Highlighted regions[content] = Content regions[header] = Header regions[footer] = Footer -- 1.7.2.3