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

@@ -536,7 +536,7 @@ $cfg['MainPageIconic'] = TRUE; // show icons in list on main page, on r
$cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocumentation (true|false)?
// theme manager
$cfg['ThemePath'] = 'themes'; // using themes manager please set up here the path to 'themes'
$cfg['ThemePath'] = './themes'; // using themes manager please set up here the path to 'themes'
// else leave empty
$cfg['ThemeManager'] = TRUE; // if you want to use selectable themes and if ThemesPath not empty
// set it to true, else set it to false (default is false);