diff options
Diffstat (limited to 'admin/include/themes.class.php')
-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', ); |