View Single Post
  #2  
Old 07-18-2003, 11:24 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

In subcategories.tpl

use the code:

Code:
{section name=cat_num loop=$subcategories} { if %cat_num.first% } <table border="0" cellspacing="0" cellpadding="5"> {/if} { if %cat_num.index% is div by 4} <tr> {/if} <td align="center"> <a href="home.php?cat={ $subcategories[cat_num].categoryid }"> [img]../icon.php?categoryid={$subcategories[cat_num].categoryid}[/img] { $subcategories[cat_num].category|escape }</a> </td> { if %cat_num.last% } </tr> </table> {/if} {/section}

This will also show the category icon there for you
__________________
ex x-cart guru
Reply With Quote