9
template responsible fot news index page is
news_index.html;
i'm have learned php and smarty from editing XOOPS templates so i'm not sure m'i right but problem is sth right here
<{if $topic_rssfeed_link != ""}>
<{$topic_rssfeed_link}>
<{/if}>
<{if $displaynav == true}>
<{/if}>
<{if $topic_description != ''}>
<{$topic_description}>
<{/if}>
<{$pagenav}>
<{section name=i loop=$columns}>
<{foreach item=story from=$columns[i]}><{include file="db:news_item.html" story=$story}><{/foreach}> |
<{/section}>
<{$pagenav}>
<{include file='db:system_notification_select.html'}>