summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-04 23:36:18 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-04 23:36:18 +0000
commit02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424 (patch)
treeaecb6e8d07da3232f6a9cf8606bb04b79658f528 /themes
parent21585f66a580373b39a266e9718ef98c1e26abeb (diff)
downloadbrdo-02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424.tar.gz
brdo-02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424.tar.bz2
#56709: Expose hidden 'toggle_logo' variable and rearrange theme toggles.
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
-rw-r--r--themes/engines/phptemplate/phptemplate.engine2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 3753e3b28..244e6a541 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -8,7 +8,7 @@
function chameleon_features() {
return array(
- 'logo',
+ 'toggle_logo',
'toggle_favicon',
'toggle_name',
'toggle_slogan');
diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine
index ebc18e9cd..97c95adc9 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -124,7 +124,7 @@ function _phptemplate_default_variables($hook, $variables) {
*/
function phptemplate_features() {
return array(
- 'logo',
+ 'toggle_logo',
'toggle_comment_user_picture',
'toggle_favicon',
'toggle_mission',