Neue Config-Variable für theme
bernd

bernd commited on 2010-09-18 13:49:26
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1814 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -19,6 +19,7 @@ $config['logging'] = LOG_ERR;
19 19
 
20 20
 $config['mime_type'] = 'application/xhtml+xml';
21 21
 
22
+$config['theme'] = 'default';
22 23
 
23 24
 ini_set('error_reporting','On');
24 25
 
25 26