1
For the index. when its open up. The page will look somehow distorted when there are too many sub catgegory.
I modify the template but it doesn't work. Here what was trying to make. Just the categroy name beside the category image and the subcategroy underneath both of them.
[PICTURE]
(totallink)
-------------------------
Here's my coding for those part
<{foreach item=category from=$categories}>
<{if $category.image != ""}> <{/if}>
|
<{$category.title}> (<{$category.totallink}>) |
<{if $category.count is div by 3}>
<{$category.subcategories}> |