Ignore:
Timestamp:
05/15/08 22:25:54 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1342:1407 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/templates/forum.renderpost.tpl

    r1192 r1408  
    4646                {buttonlink name=$locale.568 link="post.php?action=edit&forum_id="|cat:$forum_id|cat:"&thread_id="|cat:$posts[pid].thread_id|cat:"&post_id="|cat:$posts[pid].post_id} 
    4747            {/if} 
    48             {if $smarty.const.SHOW_REPLY_BUTTON && !$thread.thread_locked} 
     48            {if $smarty.const.SHOW_REPLY_BUTTON && (!$thread.thread_locked || $smarty.const.iMOD)} 
    4949                {if $smarty.const.REPLY_AS_QUOTE} 
    5050                    {buttonlink name=$locale.575 link="post.php?action=quote&forum_id="|cat:$forum_id|cat:"&thread_id="|cat:$posts[pid].thread_id|cat:"&reply_id="|cat:$posts[pid].post_id} 
     
    5353                {/if} 
    5454            {/if} 
    55             {if $smarty.const.SHOW_QUOTE_BUTTON && !$thread.thread_locked} 
     55            {if $smarty.const.SHOW_QUOTE_BUTTON && (!$thread.thread_locked || $smarty.const.iMOD)} 
    5656                {buttonlink name=$locale.569 link="post.php?action=quote&forum_id="|cat:$forum_id|cat:"&thread_id="|cat:$posts[pid].thread_id|cat:"&reply_id="|cat:$posts[pid].post_id} 
    5757            {/if} 
Note: See TracChangeset for help on using the changeset viewer.