To understand more about the Smarty tags in the themes, this might help: Anatomy of the Default Theme
You might also need to clear the cached files.
<div style="padding-bottom: 5px;">
<a href="<{$xoops_url}>/modules/news/index.php?storytopic=2">Newsa> |
<a href="<{$xoops_url}>/modules/news/index.php?storytopic=13">PhilHealtha>div>
<{foreach item=item from=$block.items}>
<div style="padding-bottom: 3px;">» <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$item.id}>" style="font-weight: normal;"><{$item.title}>a>div>
<{/foreach}>
bbgds wrote:
The reason why I think we need to clone is because we still want to be able to display recent news (like the recent news block) for each category seperately on our Front Page.