5
Is working ghia, i strip down the news_item.html, it display the way i want, but when i change the name and try to use it in the news_index.html i get nothing, all the text of the articles disapear.
this is the part of the code that im changing in news_index.html
Old one:
<{foreach item=story from=$columns[i]}><{include file="db:news_item.html" story=$story}><{/foreach}> |
New One:
<{foreach item=story from=$columns[i]}><{include file="db:news_itemCat.html" story=$story}><{/foreach}> |
When i put to use the new file news_itemCat.html display nothing
im missing something?