Deprecate themes duepuntozero, quattro and smoothly

This commit is contained in:
Hypolite Petovan 2022-11-04 12:28:21 -04:00
commit 9aa05eb911
19 changed files with 40 additions and 203 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'] = 'frio,quattro,vier,duepuntozero';
$a->config['system']['allowed_themes'] = 'frio,vier';
// default system theme
$a->config['system']['theme'] = 'frio';