User can now have different theme per server (RFE #1231599).

This commit is contained in:
Michal Čihař
2005-07-10 18:42:00 +00:00
parent ff0fe8ebaf
commit fc1be828b6
9 changed files with 41 additions and 15 deletions

View File

@@ -756,6 +756,9 @@ if (!isset($cfg['ThemePath'])) {
$cfg['ThemeManager'] = TRUE;
}
}
if (!isset($cfg['ThemePerServer'])){
$cfg['ThemePerServer'] = FALSE;
}
if (!isset($cfg['DefaultQueryTable'])) {
$cfg['DefaultQueryTable'] = 'SELECT * FROM %t WHERE 1';