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.groups.tpl

    r779 r835  
    2020        <td align='center' colspan='{if $smarty.const.iUSER >= 102}4{else}2{/if}' class='tbl1'> 
    2121            {if $smarty.const.iUSER >= 102} 
    22                 <div style='display:inline;float:right;'><a href='{$smarty.const.BASEDIR}pm.php?action=post&amp;group_id={$data.group_id}'><img src='{$smarty.const.THEME}forum/pm.gif' alt='' /></a></div> 
     22                <div style='display:inline;float:right;'>{buttonlink name=$locale.u053 link=$smarty.const.BASEDIR|cat:"pm.php?action=post&amp;group_id="|cat:$data.group_id}</div> 
    2323            {/if} 
    2424            <b>{$data.group_name}</b> ({$data.member_count}) 
Note: See TracChangeset for help on using the changeset viewer.