Skip to content

Commit

Permalink
bug:1729
Browse files Browse the repository at this point in the history
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
  • Loading branch information
flop25 committed Aug 24, 2011
1 parent ce0179c commit e780496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/default/template/thumbnails.tpl
Expand Up @@ -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)}
Expand All @@ -27,7 +27,7 @@
</span>
{/if}
</span>
{/if}
{/if}
</span>
</li>
{/foreach}{/strip}
Expand Down

0 comments on commit e780496

Please sign in to comment.