Merge pull request #2248 from tobiasd/20160111-htconfig
remove unsupported themes from list of allowed themes
This commit is contained in:
commit
8c52bb3f44
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ $a->config['system']['huburl'] = '[internal]';
|
||||||
|
|
||||||
// allowed themes (change this from admin panel after installation)
|
// 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
|
// default system theme
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue