Changeset 4877


Ignore:
Timestamp:
Feb 11, 2010, 9:42:30 PM (14 years ago)
Author:
boulde
Message:

[simple] correction for missing icon for linked tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/menubar_tags.tpl

    r4456 r4877  
    66    {if !empty($tag.U_ADD) }
    77    <a class="tagaddbutton" 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)}" rel="nofollow">
    9       <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />
    10     </a>
     8       title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}" rel="nofollow">+</a>
    119    {/if}
    1210  </li>
Note: See TracChangeset for help on using the changeset viewer.