diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-01 19:01:02 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-01 19:01:02 -0700 |
commit | af87038150dc9405e62c9eab0b0aacd4f13232d3 (patch) | |
tree | 184e0ac0530c1898cf7ecb3dc39d148d60b3b74e /view/theme/redbasic/php/config.php | |
parent | 720f1d71233ab9f6be3ea4ae4b09d823fdca7367 (diff) | |
download | volse-hubzilla-af87038150dc9405e62c9eab0b0aacd4f13232d3.tar.gz volse-hubzilla-af87038150dc9405e62c9eab0b0aacd4f13232d3.tar.bz2 volse-hubzilla-af87038150dc9405e62c9eab0b0aacd4f13232d3.zip |
separate the 'expert' feature into 'advanced_theming' and 'advanced_dirsearch'. Hide both features unless techlevel > 3.
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-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( |