aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/themes.class.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin/include/themes.class.php4
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',
);