Call a specific item template from category template
Posted: Tue Aug 19, 2008 2:14 pm
I have a problem.
In the category template (CSS-Based) each item is displayed through this code, i think:
I would like to modify these links to be able to call a specific sub-template for the items. How do I do this?
In the category template (CSS-Based) each item is displayed through this code, i think:
Code: Select all
{section name=numloop loop=$items}
<div class="category_item"><a href="{$items[numloop].link}"><img src="{$items[numloop].image}" title="{$items[numloop].title}" alt="{$items[numloop].title}"/></a><br /><a href="{$items[numloop].link}">{$items[numloop].title}</a></div>
{/section}