diff options
author | mistic100 <mistic@piwigo.org> | 2013-01-29 17:35:23 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-01-29 17:35:23 +0000 |
commit | 4708e6c75e7a681b44a5cd3631209dc64a5fbc1b (patch) | |
tree | fb7c86bc2a012ea24d6b49514658faddf3edca5f /admin/include/themes.class.php | |
parent | ec235d488e6c241ab00998a64549ca5ee0372fe7 (diff) |
feature:2826
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/themes.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', ); |