move advanced_theming switch to settings/display for now

This commit is contained in:
Mario Vavti
2018-09-25 12:02:00 +02:00
parent 39866b7463
commit 9bb0f1d18e
3 changed files with 10 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class RedbasicConfig {
function form($arr) {
if(feature_enabled(local_channel(),'advanced_theming'))
if(get_pconfig(local_channel(), 'system', 'advanced_theming'))
$expert = 1;