Page 1 of 1

Call a specific item template from category template

Posted: Tue Aug 19, 2008 2:14 pm
by sirphuzz
I have a problem.

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}
I would like to modify these links to be able to call a specific sub-template for the items. How do I do this?

Re: Call a specific item template from category template

Posted: Wed Aug 20, 2008 3:24 am
by Dr.CSS
Category template in which module?, you really need to read the forum rules on how to get an answer...

Re: Call a specific item template from category template

Posted: Wed Aug 20, 2008 6:31 pm
by sirphuzz
sorry about that. the module I'm using is Cataloger.