Changeset 6643 for extensions/sobre


Ignore:
Timestamp:
Jul 1, 2010, 12:37:40 AM (14 years ago)
Author:
Gotcha
Message:

add r6614

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/template/picture.tpl

    r6514 r6643  
    5454
    5555    {if isset($favorite) }
    56       <a href="{$favorite.U_FAVORITE}" title="{$favorite.FAVORITE_HINT}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{$favorite.FAVORITE_HINT}"></a>
    57     {/if}
     56      <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/{if $favorite.IS_FAVORITE}del_favorite{else}favorite{/if}.png" class="button" alt="favorite" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}"></a>    {/if}
    5857    {if !empty($U_SET_AS_REPRESENTATIVE) }
    5958      <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
Note: See TracChangeset for help on using the changeset viewer.