mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature:2391
adding colorbox for theme : for new and installed themes git-svn-id: http://piwigo.org/svn/trunk@11917 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -127,7 +127,8 @@ if ($themes->get_server_themes(true)) // only new themes
|
||||
'new_themes',
|
||||
array(
|
||||
'name' => $theme['extension_name'],
|
||||
'screenshot' => PEM_URL.'/upload/extension-'.$theme['extension_id'].'/thumbnail.jpg',
|
||||
'thumbnail' => PEM_URL.'/upload/extension-'.$theme['extension_id'].'/thumbnail.jpg',
|
||||
'screenshot' => PEM_URL.'/upload/extension-'.$theme['extension_id'].'/screenshot.jpg',
|
||||
'install_url' => $url_auto_install,
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user