Ignore:
Timestamp:
Jan 22, 2009, 3:19:17 AM (15 years ago)
Author:
rvelices
Message:
  • fix hard coded urls in section_init
  • moved a language string language from php to tpl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/index.tpl

    r3037 r3108  
    1717     
    1818      {if isset($favorite) }
    19       <li><a href="{$favorite.U_FAVORITE}" title="{$favorite.FAVORITE_HINT}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{$favorite.FAVORITE_HINT}"></a></li>
     19      <li><a href="{$favorite.U_FAVORITE}" title="{'del_all_favorites_hint'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'del_all_favorites_hint'|@translate}"></a></li>
    2020      {/if}
    2121
Note: See TracChangeset for help on using the changeset viewer.