diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/php/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 8f256bde4..04c78c7ad 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -98,8 +98,8 @@ function theme_post(&$a) { function redbasic_form(&$a, $arr) { -if(feature_enabled(local_channel(),'expert')) - $expert = 1; + if(feature_enabled(local_channel(),'advanced_theming')) + $expert = 1; $t = get_markup_template('theme_settings.tpl'); $o .= replace_macros($t, array( |