summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-11 12:20:26 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-11 12:20:26 +0000
commit62e0ddc74006b99f0d854a33b80f47d7cf317792 (patch)
treeec1f0f0b0d022ec3909e3da295f052d915f58c89 /profiles
parentd062ec4e6afe3a2dc744ffbd3eb4030d10727f61 (diff)
downloadbrdo-62e0ddc74006b99f0d854a33b80f47d7cf317792.tar.gz
brdo-62e0ddc74006b99f0d854a33b80f47d7cf317792.tar.bz2
- Patch #545356 by Damien Tournoud: sidebars were broken in install.php, update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/expert/expert.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/expert/expert.profile b/profiles/expert/expert.profile
index aebb6062e..dd8a5e194 100644
--- a/profiles/expert/expert.profile
+++ b/profiles/expert/expert.profile
@@ -40,7 +40,7 @@ function expert_profile_site_setup(&$install_state) {
'theme' => 'garland',
'status' => 1,
'weight' => 0,
- 'region' => 'left',
+ 'region' => 'sidebar_first',
'pages' => '',
'cache' => -1,
),
@@ -50,7 +50,7 @@ function expert_profile_site_setup(&$install_state) {
'theme' => 'garland',
'status' => 1,
'weight' => 0,
- 'region' => 'left',
+ 'region' => 'sidebar_first',
'pages' => '',
'cache' => -1,
),
@@ -60,7 +60,7 @@ function expert_profile_site_setup(&$install_state) {
'theme' => 'garland',
'status' => 1,
'weight' => 1,
- 'region' => 'left',
+ 'region' => 'sidebar_first',
'pages' => '',
'cache' => -1,
),