summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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',