diff options
Diffstat (limited to 'conf.php')
-rw-r--r-- | conf.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,3 +44,6 @@ $package_commit_url = 'http://svnweb.mageia.org/packages?view=revision&revision= /** name of the theme */ $theme_name = 'mageia'; + +/** themes directory */ +$themes_dir = $g_webapp_dir . '/themes/'; |