mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
add a true label on tag link title "%d images" instead of just "%d" on tags.php
git-svn-id: http://piwigo.org/svn/trunk@5709 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{if $display_mode == 'cloud'}
|
||||
<div id="fullTagCloud">
|
||||
{foreach from=$tags item=tag}
|
||||
<span><a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$tag.counter}">{$tag.name}</a></span>
|
||||
<span><a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$pwg->l10n_dec('%d image', '%d images', $tag.counter)}">{$tag.name}</a></span>
|
||||
{/foreach}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user