{* $Id: categories.tpl,v 1.23 2002/10/22 10:27:05 olga Exp $ *} {include file="location.tpl" last_location="Manage categories" last_url="categories.php"} Categories tree can be used to split the store into different departments by class (brand, type, etc). Each category may be split into smaller subcategories. Click on a category to get a list of subcategories.

{capture name=dialog}

{section name=cat_num loop=$subcategories} { if %cat_num.first% } {/if} { if %cat_num.last% } {/if} {/section}
IconPos.Category name
{if $cat ne "" and %cat_num.first%}
{/if}
 { $subcategories[cat_num].category|escape }

       


{/capture} {include file="dialog.tpl" title="Manage categories" content=$smarty.capture.dialog extra="width=100%"}

{include file="admin/main/featured_products.tpl"}