summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.php b/conf.php
index b8d9382..5969966 100644
--- a/conf.php
+++ b/conf.php
@@ -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/';