Changeset 2061 in ExiteCMS for trunk/includes/templates/forum.viewforum.tpl
- Timestamp:
- 11/20/08 16:59:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.viewforum.tpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.viewforum.tpl
r1981 r2061 87 87 {section name=id loop=$threads} 88 88 <tr> 89 <td align='center' width='20' class=' tbl2'>89 <td align='center' width='20' class='{cycle values='tbl1,tbl2' advance=no}'> 90 90 {if $threads[id].thread_locked && $threads[id].unread_posts == 0} 91 91 <img src='{$smarty.const.THEME}images/folderlock.gif' title='{$locale.564}' alt='{$locale.564}' /> … … 100 100 {/if} 101 101 </td> 102 <td align='center' width='20' class=' tbl1'>102 <td align='center' width='20' class='{cycle values='tbl1,tbl2' advance=no}'> 103 103 <a href='viewthread.php?forum_id={$forum_id}&thread_id={$threads[id].thread_id}&pid={$threads[id].last_post}#post_{$threads[id].last_post}'> 104 104 <img src='{$smarty.const.THEME}images/last_post.jpg' title='{$locale.574}' alt='{$locale.574}' /> 105 105 </a> 106 106 </td> 107 <td class=' tbl1'>107 <td class='{cycle values='tbl1,tbl2' advance=no}'> 108 108 {if $threads[id].thread_sticky} 109 109 <img src='{$smarty.const.THEME}images/stickythread.gif' title='{$locale.563}' alt='{$locale.563}' style='vertical-align:middle;' /> … … 126 126 {/if} 127 127 </td> 128 <td class=' tbl2'>128 <td class='{cycle values='tbl1,tbl2' advance=no}'> 129 129 {$threads[id].cc_flag} 130 130 {if $threads[id].thread_author == 0} … … 138 138 {/if} 139 139 </td> 140 <td align='center' class=' tbl1'>140 <td align='center' class='{cycle values='tbl1,tbl2' advance=no}'> 141 141 {$threads[id].thread_views} 142 142 </td> 143 <td align='center' class=' tbl2'>143 <td align='center' class='{cycle values='tbl1,tbl2' advance=no}'> 144 144 {$threads[id].thread_replies} 145 145 </td> 146 <td class=' tbl1'>146 <td class='{cycle values='tbl1,tbl2' advance=yes}'> 147 147 {$threads[id].thread_lastpost|date_format:"forumdate"} 148 148 <br />
Note: See TracChangeset
for help on using the changeset viewer.
