Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/menubar_tags.tpl

    r9960 r12960  
    33        <div id="menuTagCloud">
    44                {foreach from=$block->data item=tag}
    5                 <span>
    6                         <a class="tagLevel{$tag.level}"
     5                <span>{strip}
     6                        <a class="tagLevel{$tag.level}" href=
    77                        {if isset($tag.U_ADD)}
    8                                 href="{$tag.U_ADD}"
    9                                 title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}"
    10                                 rel="nofollow">+
     8                                "{$tag.U_ADD}" title="{$pwg->l10n_dec('%d photo is also linked to current tags', '%d photos are also linked to current tags', $tag.counter)}" rel="nofollow">+
    119                        {else}
    12                                 href="{$tag.URL}"
    13                                 title="{'display photos linked to this tag'|@translate}">
     10                                "{$tag.URL}" title="{'display photos linked to this tag'|@translate}">
    1411                        {/if}
    15                                 {$tag.name}</a></span>
     12                                {$tag.name}</a></span>{/strip}
    1613{* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}
    1714                {/foreach}
Note: See TracChangeset for help on using the changeset viewer.