aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/comment_list.tpl
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-01-17 18:38:54 +0000
committerflop25 <flop25@piwigo.org>2013-01-17 18:38:54 +0000
commit63198af4992a825e4e1ccd6daba30c798be71d8a (patch)
tree4a8fb38f82b02dfd919d0c481999f0e446a42f0d /themes/default/template/comment_list.tpl
parentb91d2f7772db73eb3be07cd269ebacd31c8a7b1f (diff)
bug:2820 & bug:2684
much better code : ability to pass max_requests to the js file like error_icon git-svn-id: http://piwigo.org/svn/trunk@20212 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/comment_list.tpl')
-rw-r--r--themes/default/template/comment_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl
index f70a1a075..64b6ee2b5 100644
--- a/themes/default/template/comment_list.tpl
+++ b/themes/default/template/comment_list.tpl
@@ -9,7 +9,7 @@
}
{/html_style}{/strip}
{/if}
-{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png"{/footer_script}
+{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script}
<div class="loader" style="display: none; position: fixed; right: 0;bottom: 0;"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
<ul class="commentsList">
{foreach from=$comments item=comment name=comment_loop}