Merge pull request #3122 from tobiasd/20170128-allowedthemes
system -> allowed_themes was not set in htconfig template
This commit is contained in:
commit
ffd934c78f
|
@ -88,6 +88,7 @@ $a->config['system']['rino_encrypt'] = {{$rino}};
|
|||
// default system theme
|
||||
|
||||
$a->config['system']['theme'] = 'vier';
|
||||
$a->config['system']['allowed_themes'] = 'vier,quattro,duepuntozero,smoothly';
|
||||
|
||||
// By default allow pseudonyms
|
||||
|
||||
|
|
Loading…
Reference in a new issue