Ignore:
Timestamp:
09/28/07 22:07:51 (5 years ago)
Author:
hverton
Message:

fixed SVN inconsistency due to a renaming error
updated the forum template because the theme images moved
added a CSS tag for thumbnails in renderpost, and removed hardcoded styles

File:
1 edited

Legend:

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

    r843 r850  
    8484                    <td align='center' width='20' class='tbl2'> 
    8585                        {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}' /> 
    8787                        {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}' /> 
    8989                        {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}' /> 
    9191                        {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}' /> 
    9393                        {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}' /> 
    9595                        {/if} 
    9696                    </td> 
    9797                    <td align='center' width='20' class='tbl1'> 
    9898                        <a href='viewthread.php?forum_id={$forum_id}&amp;thread_id={$threads[id].thread_id}&amp;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}' /> 
    100100                        </a> 
    101101                    </td> 
    102102                    <td class='tbl1'> 
    103103                        {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;' /> 
    105105                        {/if} 
    106106                        <a href='viewthread.php?forum_id={$forum_id}&amp;thread_id={$threads[id].thread_id}'>{$threads[id].thread_subject}</a> 
     
    201201    <tr> 
    202202        <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} 
    211211        </td> 
    212212    </tr> 
Note: See TracChangeset for help on using the changeset viewer.