Added "./" to $cfg['ThemePath']

This commit is contained in:
Alexander M. Turek
2004-09-23 10:10:37 +00:00
parent 32d7197fa9
commit 3b0cda0834
3 changed files with 7 additions and 2 deletions

View File

@@ -741,7 +741,7 @@ if (!isset($cfg['ReplaceHelpImg'])) {
}
if (!isset($cfg['ThemePath'])) {
$cfg['ThemePath'] = 'themes';
$cfg['ThemePath'] = './themes';
$cfg['ThemeDefault'] = 'original';
$cfg['ThemeManager'] = TRUE;
} else {