diff options
Diffstat (limited to 'admin/themes_new.php')
-rw-r--r-- | admin/themes_new.php | 3 |
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, ) ); |