Changeset 850 in ExiteCMS for trunk/includes/templates/forum.viewforum.tpl
- Timestamp:
- 09/28/07 22:07:51 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.viewforum.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.viewforum.tpl
r843 r850 84 84 <td align='center' width='20' class='tbl2'> 85 85 {if $threads[id].thread_locked && $threads[id].unread_posts == 0} 86 <img src='{$smarty.const.THEME} forum/folderlock.gif' title='{$locale.564}' alt='{$locale.564}' />86 <img src='{$smarty.const.THEME}images/folderlock.gif' title='{$locale.564}' alt='{$locale.564}' /> 87 87 {elseif $threads[id].thread_locked && $threads[id].unread_posts > 0} 88 <img src='{$smarty.const.THEME} forum/folderlocknew.gif' title='{$locale.564}' alt='{$locale.564}' />88 <img src='{$smarty.const.THEME}images/folderlocknew.gif' title='{$locale.564}' alt='{$locale.564}' /> 89 89 {elseif $threads[id].unread_posts == 0} 90 <img src='{$smarty.const.THEME} forum/folder.gif' title='{$locale.561}' alt='{$locale.561}' />90 <img src='{$smarty.const.THEME}images/folder.gif' title='{$locale.561}' alt='{$locale.561}' /> 91 91 {elseif $threads[id].unread_posts <= $smarty.const.FOLDER_HOT} 92 <img src='{$smarty.const.THEME} forum/foldernew.gif' title='{$locale.560}' alt='{$locale.560}' />92 <img src='{$smarty.const.THEME}images/foldernew.gif' title='{$locale.560}' alt='{$locale.560}' /> 93 93 {else} 94 <img src='{$smarty.const.THEME} forum/folderhot.gif' title='{$locale.562}' alt='{$locale.562}' />94 <img src='{$smarty.const.THEME}images/folderhot.gif' title='{$locale.562}' alt='{$locale.562}' /> 95 95 {/if} 96 96 </td> 97 97 <td align='center' width='20' class='tbl1'> 98 98 <a href='viewthread.php?forum_id={$forum_id}&thread_id={$threads[id].thread_id}&pid={$threads[id].last_post}#post_{$threads[id].last_post}'> 99 <img src='{$smarty.const.THEME} forum/last_post.jpg' title='{$locale.574}' alt='{$locale.574}' />99 <img src='{$smarty.const.THEME}images/last_post.jpg' title='{$locale.574}' alt='{$locale.574}' /> 100 100 </a> 101 101 </td> 102 102 <td class='tbl1'> 103 103 {if $threads[id].thread_sticky} 104 <img src='{$smarty.const.THEME} forum/stickythread.gif' title='{$locale.563}' alt='{$locale.563}' style='vertical-align:middle;' />104 <img src='{$smarty.const.THEME}images/stickythread.gif' title='{$locale.563}' alt='{$locale.563}' style='vertical-align:middle;' /> 105 105 {/if} 106 106 <a href='viewthread.php?forum_id={$forum_id}&thread_id={$threads[id].thread_id}'>{$threads[id].thread_subject}</a> … … 201 201 <tr> 202 202 <td class='tbl1'> 203 <img src='{$smarty.const.THEME} forum/foldernew.gif' alt='{$locale.560}' style='vertical-align:middle;' /> - {$locale.456}204 (<img src='{$smarty.const.THEME} forum/folderhot.gif' alt='{$locale.562}' style='vertical-align:middle;' /> - {$smarty.const.FOLDER_HOT} {$locale.457} )205 <br /> 206 <img src='{$smarty.const.THEME} forum/folder.gif' alt='{$locale.561}' style='vertical-align:middle;' /> - {$locale.458}207 <br /> 208 <img src='{$smarty.const.THEME} forum/folderlock.gif' alt='{$locale.564}' style='vertical-align:middle;' /> - {$locale.459}209 <br /> 210 <img src='{$smarty.const.THEME} forum/stickythread.gif' alt='{$locale.563}' style='vertical-align:middle;' /> - {$locale.460}203 <img src='{$smarty.const.THEME}images/foldernew.gif' alt='{$locale.560}' style='vertical-align:middle;' /> - {$locale.456} 204 (<img src='{$smarty.const.THEME}images/folderhot.gif' alt='{$locale.562}' style='vertical-align:middle;' /> - {$smarty.const.FOLDER_HOT} {$locale.457} ) 205 <br /> 206 <img src='{$smarty.const.THEME}images/folder.gif' alt='{$locale.561}' style='vertical-align:middle;' /> - {$locale.458} 207 <br /> 208 <img src='{$smarty.const.THEME}images/folderlock.gif' alt='{$locale.564}' style='vertical-align:middle;' /> - {$locale.459} 209 <br /> 210 <img src='{$smarty.const.THEME}images/stickythread.gif' alt='{$locale.563}' style='vertical-align:middle;' /> - {$locale.460} 211 211 </td> 212 212 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
