summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-03 03:04:34 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-03 03:04:34 +0000
commit0bd7fcbf38d71df62904bd4c86046e9c85c9085d (patch)
tree4fc269aca56523e2d83bb743c36a1a47f7e38b2d /modules/system/system.module
parent7fc6e2eaf9d60dd071f9a9d6360047f8a2312116 (diff)
downloadbrdo-0bd7fcbf38d71df62904bd4c86046e9c85c9085d.tar.gz
brdo-0bd7fcbf38d71df62904bd4c86046e9c85c9085d.tar.bz2
#226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index bcd4b8d7d..b4e6ef55f 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1841,8 +1841,8 @@ function _system_get_theme_data() {
// Set defaults for theme info.
$defaults = array(
'regions' => array(
- 'left' => 'Left sidebar',
- 'right' => 'Right sidebar',
+ 'sidebar_first' => 'Left sidebar',
+ 'sidebar_second' => 'Right sidebar',
'content' => 'Content',
'header' => 'Header',
'footer' => 'Footer',