Make frio the default theme

This commit is contained in:
Hypolite Petovan 2021-03-01 10:20:44 -05:00
commit 9c0549128b
3 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ $a->config['php_path'] = '/another/php';
$a->config['system']['huburl'] = '[internal]';
// allowed themes (change this from admin panel after installation)
$a->config['system']['allowed_themes'] = 'quattro,vier,duepuntozero';
$a->config['system']['allowed_themes'] = 'frio,quattro,vier,duepuntozero';
// default system theme
$a->config['system']['theme'] = 'frio';