From 02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 4 Apr 2006 23:36:18 +0000 Subject: #56709: Expose hidden 'toggle_logo' variable and rearrange theme toggles. --- themes/chameleon/chameleon.theme | 2 +- themes/engines/phptemplate/phptemplate.engine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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', -- cgit v1.2.3