aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes_new.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2011-08-06 13:25:34 +0000
committerflop25 <flop25@piwigo.org>2011-08-06 13:25:34 +0000
commit79f9cdf5f426b25ea120b7ace7dccf14bf1e1672 (patch)
tree8f297b6d418b977921bec60b19e81ae947601776 /admin/themes_new.php
parent09532cc630770193243fb1e8ca217671a6fd0352 (diff)
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
Diffstat (limited to 'admin/themes_new.php')
-rw-r--r--admin/themes_new.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes_new.php b/admin/themes_new.php
index 15b998b99..542d8a79f 100644
--- a/admin/themes_new.php
+++ b/admin/themes_new.php
@@ -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,
)
);