summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 17:08:00 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 17:08:00 +0000
commit307205ceb5d79882b49282bc5af285c301722751 (patch)
tree927dd37ce7451ffb3cddb6534cf5d9c9cfc70102 /conf.php
parent5c1bbb54810d9438716167d6ee12037c292b0cd2 (diff)
downloadpkgsubmit-307205ceb5d79882b49282bc5af285c301722751.tar
pkgsubmit-307205ceb5d79882b49282bc5af285c301722751.tar.gz
pkgsubmit-307205ceb5d79882b49282bc5af285c301722751.tar.bz2
pkgsubmit-307205ceb5d79882b49282bc5af285c301722751.tar.xz
pkgsubmit-307205ceb5d79882b49282bc5af285c301722751.zip
conf.php: add $theme_name variable
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 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';