aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/menubar_tags.tpl
blob: 3f96800540381e3e79c3d232d8390ac2a519748e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<h3>{'Related tags'|@translate}</h3>
<ul data-role="listview">
  {foreach from=$block->data item=tag}
		<li><a class="tagLevel{$tag.level}" 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}
				"{$tag.URL}" title="{'display photos linked to this tag'|@translate}">
			{/if}
				{$tag.name}</a></li>
		{/foreach}
</ul>