Changeset 2089 in ExiteCMS for trunk/includes/templates/main.news.tpl
- Timestamp:
- 12/03/08 17:29:31 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.news.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.news.tpl
r2088 r2089 41 41 <tr> 42 42 <td style='width:100%;vertical-align:top;'> 43 <a href=' news_cats.php?cat_id={$news[column][item].news_cat_id}'>43 <a href='{$smarty.const.BASEDIR}news_cats.php?cat_id={$news[column][item].news_cat_id}'> 44 44 <img src='{$smarty.const.IMAGES_NC}{$news[column][item].news_cat_image}' alt='{$news[column][item].news_cat_name}' align='left' style='border:0px;margin-top:3px;margin-right:5px' /></a> 45 45 {$news[column][item].news_news|escape:"amp"}<br /> … … 47 47 </tr> 48 48 </table> 49 {if $allow_edit}<form name='editnews{$news[column][item].news_id}' method='post' action=' /administration/news.php{$aidlink}&news_id={$news[column][item].news_id}'>{/if}49 {if $allow_edit}<form name='editnews{$news[column][item].news_id}' method='post' action='{$smarty.const.BASEDIR}administration/news.php{$aidlink}&news_id={$news[column][item].news_id}'>{/if} 50 50 <table width='100%' cellspacing='0' cellpadding='0'> 51 51 <tr> 52 52 <td align='center' class='infobar'> 53 53 <img src='{$smarty.const.THEME}images/bullet.gif' alt='' /> {$locale.040} 54 {if $smarty.const.iMEMBER}<a href=' profile.php?lookup={$news[column][item].user_id}'>{/if}54 {if $smarty.const.iMEMBER}<a href='{$smarty.const.BASEDIR}profile.php?lookup={$news[column][item].user_id}'>{/if} 55 55 {$news[column][item].user_name}{if $smarty.const.iMEMBER}</a>{/if} 56 56 {if $_maxcols == 3} … … 65 65 · 66 66 {/if} 67 {if $news[column][item].news_extended}<a href=' news.php?readmore={$news[column][item].news_id}'>{$locale.042}</a> ·{/if}67 {if $news[column][item].news_extended}<a href='{$smarty.const.BASEDIR}news.php?readmore={$news[column][item].news_id}'>{$locale.042}</a> ·{/if} 68 68 {if $news[column][item].allow_comments} 69 <a href=' news.php?readmore={$news[column][item].news_id}#comments'>{$news[column][item].news_comments} {$locale.043}</a> ·69 <a href='{$smarty.const.BASEDIR}news.php?readmore={$news[column][item].news_id}#comments'>{$news[column][item].news_comments} {$locale.043}</a> · 70 70 {if $_maxcols == 3} 71 71 <img src='{$smarty.const.THEME}images/bulletb.gif' alt='' /><br />
Note: See TracChangeset
for help on using the changeset viewer.
