balinor, its possible.. i cannot remember
Code:
{ include file="customer/main/navigation.tpl" }
{if ($navigation_page eq "")||($navigation_page eq "1")}{/if}
{assign var="tmp" value="0"}
{section name=cat_num loop=$subcategories}
{if $subcategories[cat_num].category}{assign var="tmp" value="1"}{/if}
{/section}
{if $subcategories}
<TABLE width="100%" border="0" cellspacing="5">
{foreach name=fsub from=$subcategories item=subcat}
{if (($smarty.foreach.fsub.iteration-1) % 2)==0}
<TR>
<TD colspan="2" align="left">
{$current_category.description|regex_replace:"/[\n]/":""}</TD>
</TR>
<TR>
{/if}
{* SAFETYNET DSEFU MOD *}
{if $enable_seo_links == "Y"}
<TD width="50%" align="left" nowrap><A href="{seo_link cat_name=$subcat.category cat_id=$subcat.categoryid}">{if $tmp}<IMG src="{if $subcat.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/icon.php?categoryid={$subcat.categoryid}{/if}" align="center" border="0">{/if}<br>
<b>{$subcat.category}</b></a><br></TD>
{else}
<TD width="50%" align="left" nowrap><A href="home.php?cat={ $subcat.categoryid }">{if $tmp}<IMG src="{if $subcat.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/icon.php?categoryid={$subcat.categoryid}{/if}" align="center" border="0">{/if}<br>
<b>{$subcat.category}</b></a><br></TD>
{/if}
{* END SAFETYNET DSEFU MOD *}
{if (($smarty.foreach.fsub.iteration) % 2)==0 OR $fsub.last} </TR>
{/if}
{/foreach}
</TABLE>
{/if}
{if $tmp and $products ne "" }
<HR size="1" noshade>
{/if}
{if $products}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" class="DialogTitle"> {$current_category.category}</td>
</tr>
</table>
{include file="customer/main/products.tpl" products=$products}
{/if}
{if $products eq "" and $tmp eq "0"}
{$lng.txt_no_products_in_man}
{/if}
{if $products eq ""}
{if $f_products ne ""}
<P>
{include file="customer/main/featured.tpl"}
{/if}
{/if}
{ include file="customer/main/navigation.tpl" }
<table width="100%" border="0">
<tr>
<td bgcolor="d2d0ca">{ include file="location.tpl" }</td>
</tr>
</table>