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/forum.resultdialog.tpl

    r739 r835  
    2828    {/if} 
    2929    {if $thread_id|default:0 != 0} 
    30         <a href='viewthread.php?forum_id={$forum_id}&amp;thread_id={$thread_id}'>{$locale.447}</a> | 
     30        {buttonlink name=$locale.447 link="viewthread.php?forum_id="|cat:$forum_id|cat:"&amp;thread_id="|cat:$thread_id}&nbsp; 
    3131    {/if} 
    32     <a href='viewforum.php?forum_id={$forum_id}'>{$locale.448}</a>  | 
    33     <a href='index.php'>{$locale.449}</a> 
     32    {buttonlink name=$locale.448 link="viewforum.php?forum_id="|cat:$forum_id}&nbsp; 
     33    {buttonlink name=$locale.449 link="index.php"} 
    3434    {if $backlink} 
    35         | <a href='javascript: history.go(-1);'>{$locale.457}</a> 
     35        {buttonlink name=$locale.457 link="javascript: history.go(-1);" script="yes"} 
    3636    {/if} 
    3737    <br /><br /> 
Note: See TracChangeset for help on using the changeset viewer.