mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
related to #1693 fix tag menu warning
This commit is contained in:
committed by
plegall
parent
495bb56cc7
commit
6734e36cd9
@@ -3,7 +3,7 @@
|
||||
<div id="menuTagCloud">
|
||||
{foreach from=$block->data item=tag}
|
||||
<span>{strip}
|
||||
<a class="tagLevel{$tag.level}" href=
|
||||
<a class="tagLevel {if isset($tag.level)}{$tag.level}{/if}" href=
|
||||
{if isset($tag.U_ADD)}
|
||||
"{$tag.U_ADD}" title="{$tag.counter|@translate_dec:'%d photo is also linked to current tags':'%d photos are also linked to current tags'}" rel="nofollow">+
|
||||
{else}
|
||||
|
||||
Reference in New Issue
Block a user