aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2011-08-24 11:43:29 +0000
committerflop25 <flop25@piwigo.org>2011-08-24 11:43:29 +0000
commite780496fbe18e8444be8793c52e891a454525143 (patch)
treef54b185f693466d8a4c707555af11c7b2ca4944f
parentce0179cd2620f5a5bcf41f84e97c2e429ebabd14 (diff)
bug:1729
revert of changes : the TN_TITLE will be changed in php git-svn-id: http://piwigo.org/svn/trunk@11990 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/default/template/thumbnails.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/thumbnails.tpl b/themes/default/template/thumbnails.tpl
index 93faaf06e..75033a436 100644
--- a/themes/default/template/thumbnails.tpl
+++ b/themes/default/template/thumbnails.tpl
@@ -4,10 +4,10 @@
<span class="wrap1">
<span class="wrap2">
<a href="{$thumbnail.URL}">
- <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{if isset($thumbnail.NAME)}{$thumbnail.NAME|@replace:'"':' '}{else}{$thumbnail.TN_TITLE}{/if}">
+ <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
</a>
</span>
- {if $SHOW_THUMBNAIL_CAPTION }
+ {if $SHOW_THUMBNAIL_CAPTION }
<span class="thumbLegend">
{$thumbnail.NAME}
{if !empty($thumbnail.icon_ts)}
@@ -27,7 +27,7 @@
</span>
{/if}
</span>
- {/if}
+ {/if}
</span>
</li>
{/foreach}{/strip}