From 307205ceb5d79882b49282bc5af285c301722751 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 10 Dec 2012 17:08:00 +0000 Subject: conf.php: add $theme_name variable --- conf.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.php') diff --git a/conf.php b/conf.php index a74c192..b8d9382 100644 --- a/conf.php +++ b/conf.php @@ -41,3 +41,6 @@ $g_root_url = 'http://pkgsubmit.mageia.org/'; /** URL to view a package svn revision. %d is replaced by the revision */ $package_commit_url = 'http://svnweb.mageia.org/packages?view=revision&revision=%d'; + +/** name of the theme */ +$theme_name = 'mageia'; -- cgit v1.2.1