Ignore:
Timestamp:
Mar 14, 2011, 5:12:07 PM (13 years ago)
Author:
flop25
Message:

updating tpl files
delete of picture.css
Theme URI updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/menubar_tags.tpl

    r9120 r9675  
    77        <div id="menuTagCloud">
    88                {foreach from=$block->data item=tag}
    9                 <span>
    10                         <a class="tagLevel{$tag.level}"
     9                <span>{strip}
     10                        <a class="tagLevel{$tag.level}" href=
    1111                        {if isset($tag.U_ADD)}
    12                                 href="{$tag.U_ADD}"
    13                                 title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
    14                                 rel="nofollow">+
     12                                "{$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">+
    1513                        {else}
    16                                 href="{$tag.URL}"
    17                                 title="{'See images linked to this tag only'|@translate}">
     14                                "{$tag.URL}" title="{'display photos linked to this tag'|@translate}">
    1815                        {/if}
    19                                 {$tag.name}</a></span>
     16                                {$tag.name}</a></span>{/strip}
    2017{* 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 *}
    2118                {/foreach}
Note: See TracChangeset for help on using the changeset viewer.