remove unsupported themes from list of allowed themes
This commit is contained in:
parent
d7410f9e47
commit
5c568df9a6
|
@ -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