Changeset 2648 for trunk/template/yoga/menubar_tags.tpl
- Timestamp:
- 10/04/08 01:48:03 (5 years ago)
- Files:
-
- 1 modified
-
trunk/template/yoga/menubar_tags.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/menubar_tags.tpl
r2636 r2648 1 1 <dt>{'Related tags'|@translate}</dt> 2 2 <dd> 3 < ulid="menuTagCloud">3 <div id="menuTagCloud"> 4 4 {foreach from=$block->data item=tag} 5 < li>5 <span> 6 6 {if !empty($tag.U_ADD) } 7 <a href="{$tag.U_ADD}"8 title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"9 rel="nofollow">10 <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />11 </a>7 <a href="{$tag.U_ADD}" 8 title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}" 9 rel="nofollow"> 10 <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" /> 11 </a> 12 12 {/if} 13 13 <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a> 14 </li>14 </span> 15 15 {/foreach} 16 </ ul>16 </div> 17 17 </dd> 18 18
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)