mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
feature:2826
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user