aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/thumbnails.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/thumbnails.tpl')
-rw-r--r--themes/default/template/thumbnails.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/template/thumbnails.tpl b/themes/default/template/thumbnails.tpl
index 82a3ac9f1..f2fe85a3c 100644
--- a/themes/default/template/thumbnails.tpl
+++ b/themes/default/template/thumbnails.tpl
@@ -22,8 +22,7 @@
{/if}
{/html_style}
{footer_script}
- var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";
- var max_requests = "{$maxRequests}";
+ var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests};
{/footer_script}
{foreach from=$thumbnails item=thumbnail}
{assign var=derivative value=$pwg->derivative($derivative_params, $thumbnail.src_image)}