diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl index d2a37d5e9..70b00bcb8 100644 --- a/admin/themes/default/template/themes_installed.tpl +++ b/admin/themes/default/template/themes_installed.tpl @@ -1,3 +1,10 @@ +{include file='include/colorbox.inc.tpl'} +{footer_script}{literal} +jQuery(document).ready(function() { + $("a.preview-box").colorbox(); +}); +{/literal}{/footer_script} +