Changeset 2360 in ExiteCMS for trunk/includes/templates/forum.post.tpl


Ignore:
Timestamp:
07/26/10 12:06:04 (22 months ago)
Author:
WanWizard
Message:

added a forum option to enable/disable the use of subject prefixes per forum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/forum.post.tpl

    r2353 r2360  
    124124            <td> 
    125125                <table width='100%' border='0' cellspacing='1' cellpadding='0'> 
    126                     <tr> 
     126                    <tr {if $forum.forum_prefix == 0}style="display:none;"{/if}> 
    127127                        <td align='right' width='145' valign='top' class='tbl2'> 
    128128                            {$locale.533}: 
Note: See TracChangeset for help on using the changeset viewer.