http://www.hookupwireless.com/home.php?cat=127
I can see any of the info.
<a class="alt" href="home.php?cat=">
[img]icon.php?categoryid=[/img]
</a>
This seems completely wrong, here is my code from skin1/customer/main/subcategories.tpl
Code:
{if $tmp and $first_subcat ne "Y"}
<td valign="top" rowspan="{count value=$subcategories print="Y"}">[img]{if $current_category.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/image.php?id={$cat}&type=C{/if}[/img]</td>
{assign var="first_subcat" value="Y"}
{/if}
<td class="SubcatTitle">
<font class="ItemsList">{ $subcat.category|escape }</font>
</td>
<td class="SubcatInfo">{if $config.Appearance.count_products eq "Y"}
{if $subcat.product_count}{ $subcat.product_count } {$lng.lbl_products}
{elseif $subcat.subcategory_count}{ $subcat.subcategory_count } {$lng.lbl_categories|lower}
{/if}
{/if}