Merge pull request #2248 from tobiasd/20160111-htconfig
remove unsupported themes from list of allowed themes
This commit is contained in:
commit
8c52bb3f44
|
@ -57,7 +57,7 @@ $a->config['system']['huburl'] = '[internal]';
|
|||
|
||||
// allowed themes (change this from admin panel after installation)
|
||||
|
||||
$a->config['system']['allowed_themes'] = 'dispy,quattro,vier,darkzero,duepuntozero,greenzero,purplezero,slackr,diabook';
|
||||
$a->config['system']['allowed_themes'] = 'quattro,vier,duepuntozero';
|
||||
|
||||
// default system theme
|
||||
|
||||
|
|
Loading…
Reference in a new issue