Changeset 1401 in ExiteCMS for trunk/includes/templates/forum.viewforum.tpl
- Timestamp:
- 05/15/08 15:10:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.viewforum.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.viewforum.tpl
r1195 r1401 192 192 {/if} 193 193 </td> 194 {if $smarty.const.iMEMBER && $user_can_post} 195 <td align='right'> 196 {if $unread_posts} 197 {buttonlink name=$locale.573 link="viewforum.php?action=markallread&forum_id="|cat:$forum_id} 198 {/if} 199 {buttonlink name=$locale.566 link="post.php?action=newthread&forum_id="|cat:$forum_id} 200 </td> 201 {/if} 194 <td align='right'> 195 {buttonlink name=$locale.414 link="viewposts.php?forum_id="|cat:$forum_id} 196 {if $smarty.const.iMEMBER && $user_can_post} 197 {if $unread_posts} 198 {buttonlink name=$locale.573 link="viewforum.php?action=markallread&forum_id="|cat:$forum_id} 199 {/if} 200 {buttonlink name=$locale.566 link="post.php?action=newthread&forum_id="|cat:$forum_id} 201 {/if} 202 </td> 202 203 </tr> 203 204 </table>
Note: See TracChangeset
for help on using the changeset viewer.
