From 4708e6c75e7a681b44a5cd3631209dc64a5fbc1b Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 29 Jan 2013 17:35:23 +0000 Subject: feature:2826 git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/themes.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/include/themes.class.php') diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php index 4b42af3be..654d220ef 100644 --- a/admin/include/themes.class.php +++ b/admin/include/themes.class.php @@ -454,10 +454,10 @@ SELECT */ function get_server_themes($new=false) { - global $user; + global $user, $conf; $get_data = array( - 'category_id' => 10, + 'category_id' => $conf['pem_themes_category'], 'format' => 'php', ); -- cgit v1.2.3