aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes_new.php')
-rw-r--r--admin/themes_new.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes_new.php b/admin/themes_new.php
index d5403b117..fda4a03d2 100644
--- a/admin/themes_new.php
+++ b/admin/themes_new.php
@@ -139,5 +139,9 @@ else
array_push($page['errors'], l10n('Can\'t connect to server.'));
}
+$template->assign('default_screenshot',
+ get_root_url().'admin/themes/'.$conf['admin_theme'].'/images/missing_screenshot.png'
+);
+
$template->assign_var_from_handle('ADMIN_CONTENT', 'themes');
?> \ No newline at end of file