Changeset 835 in ExiteCMS for trunk/themes/PLiTheme/templates/source/forum.viewforum.tpl
- Timestamp:
- 09/23/07 23:34:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/PLiTheme/templates/source/forum.viewforum.tpl
r795 r835 26 26 {if $smarty.const.iMEMBER && $user_can_post} 27 27 <td align='right'> 28 {if $unread_posts}29 <a href='viewforum.php?action=markallread&forum_id={$forum_id}'><img src='{$smarty.const.THEME}forum/markread.gif' alt='{$locale.573}' height='14' style='border:0px;' /></a> 30 {/if}31 <a href='post.php?action=newthread&forum_id={$forum_id}'><img src='{$smarty.const.THEME}forum/newthread.gif' alt='{$locale.566}' style='border:0px;' /></a>28 {if $unread_posts} 29 {buttonlink name=$locale.573 link="viewforum.php?action=markallread&forum_id="|cat:$forum_id} 30 {/if} 31 {buttonlink name=$locale.566 link="post.php?action=newthread&forum_id="|cat:$forum_id} 32 32 </td> 33 33 {/if} … … 191 191 <td align='right'> 192 192 {if $unread_posts} 193 <a href='viewforum.php?action=markallread&forum_id={$forum_id}'><img src='{$smarty.const.THEME}forum/markread.gif' alt='{$locale.573}' height='14' style='border:0px;' /></a> 194 {/if} 195 <a href='post.php?action=newthread&forum_id={$forum_id}'><img src='{$smarty.const.THEME}forum/newthread.gif' alt='{$locale.566}' style='border:0px;' /></a>193 {buttonlink name=$locale.573 link="viewforum.php?action=markallread&forum_id="|cat:$forum_id} 194 {/if} 195 {buttonlink name=$locale.566 link="post.php?action=newthread&forum_id="|cat:$forum_id} 196 196 </td> 197 197 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
