From cd6432fdc2647af2f5ce6fe9d03dc2fea1092b6a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 10 Dec 2012 17:08:01 +0000 Subject: conf.php: add $themes_dir variable --- conf.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.php') 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/'; -- cgit v1.2.1