Ignore:
Timestamp:
09/23/07 23:34:47 (5 years ago)
Author:
hverton
Message:

Replaced all button images by new {buttonlink} Smarty function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/PLiTheme/templates/source/main.profile.members.tpl

    r790 r835  
    8888        <td align='center' class='tbl1'> 
    8989            {if $smarty.const.iUSER >= 102 || $data.user_hide_email != "1"} 
    90                 [{mailto address=$data.user_email|default:"" text=$locale.u051|strip encode='javascript_charcode'}] 
     90                {buttonlink name=$locale.u051 link="mailto:"|cat:$data.user_email|strip encode='javascript_charcode'}&nbsp; 
    9191            {/if} 
    9292            {if $data.user_web|default:"" != ""} 
    93                 [<a href='{$data.user_web}' title='{$data.user_web}' target='_blank'>{$locale.u052}</a>] 
     93                {buttonlink name=$locale.u052 link=$data.user_web new="yes"}&nbsp; 
    9494            {/if} 
    9595            {if $data.show_pm_button} 
    96                 [<a href='{$smarty.const.BASEDIR}pm.php?action=post&amp;user_id={$data.user_id}&amp;msg_id=0' title='{$locale.u060}'>{$locale.u053}</a>] 
     96                {buttonlink name=$locale.u053 link=$smarty.const.BASEDIR|cat:"pm.php?action=post&amp;user_id="|cat:$data.user_id|cat:"&amp;msg_id=0"} 
    9797            {/if} 
    9898        </td> 
Note: See TracChangeset for help on using the changeset viewer.