Call a specific item template from category template

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
sirphuzz
Forum Members
Forum Members
Posts: 18
Joined: Thu Aug 07, 2008 1:07 pm

Call a specific item template from category template

Post 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?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Call a specific item template from category template

Post by Dr.CSS »

Category template in which module?, you really need to read the forum rules on how to get an answer...
sirphuzz
Forum Members
Forum Members
Posts: 18
Joined: Thu Aug 07, 2008 1:07 pm

Re: Call a specific item template from category template

Post by sirphuzz »

sorry about that. the module I'm using is Cataloger.
Post Reply

Return to “Modules/Add-Ons”