{TEMPLATE cats_top}
<!-- Categories -->
<br>
<table width="100%"><tr>
{/TEMPLATE}
{TEMPLATE cats_column_top}
<td width="{$CNCAT[page][cat_col_width]}%">
{/TEMPLATE}
{TEMPLATE cat
(CAT[id, title, item_count_full, is_link, image_mime, meta_keywords, meta_descr, descr])
}
{IF $CNCAT[cat][image_mime]}<img src="{$CNCAT[abs]}cncat_image.php?cat={$CNCAT[cat][id]}" alt="" />{ENDIF}
{IF $CNCAT[cat][is_link]}@{ENDIF}
<big><a href="{cn_str($CNCAT[cat][url])}"><strong>{cn_str($CNCAT[cat][title])}</strong></a>
{$CNCAT[cat][item_count_full]}
</big>
{DISPLAY SUBCATS}
{/TEMPLATE}
{TEMPLATE cats_column_bottom}
</td>
{/TEMPLATE}
{TEMPLATE cats_bottom}
</tr></table>
<!-- /Categories -->
{/TEMPLATE}
{TEMPLATE subcats_top}
<!-- /Subcategories -->
<p>
{/TEMPLATE}
{TEMPLATE subcat (SUBCAT[title, item_count_full, is_link])}
{IF $CNCAT[subcat][is_link]} @{ENDIF}
<a href="{cn_str($CNCAT[subcat][url])}">{cn_str($CNCAT[subcat][title])}</a>
{$CNCAT[subcat][item_count_full]}
{/TEMPLATE}
{TEMPLATE subcats_delim}, {/TEMPLATE}
{TEMPLATE subcats_more}... {/TEMPLATE}
{TEMPLATE subcats_bottom}
</p>
<!-- /Subcategories -->
{/TEMPLATE}
{TEMPLATE catpath_top}
<table width="100%"><tr>
<td>
{IF $CNCAT[page][cat][image_mime]}<img src="{$CNCAT[abs]}cncat_image.php?cat={$CNCAT[page][cid]}" alt="" style="vertical-align: middle;" />{ENDIF}
{/TEMPLATE}
{TEMPLATE catpath_rootcat}
<a href="{cn_str($CNCAT[cat][url])}">{cn_str($CNCAT[cat][title])}</a>
{/TEMPLATE}
{TEMPLATE catpath_parentcat_delim} » {/TEMPLATE}
{TEMPLATE catpath_parentcat}
<a href="{cn_str($CNCAT[cat][url])}">{cn_str($CNCAT[cat][title])}</a>
{/TEMPLATE}
{TEMPLATE catpath_currentcat_delim} » {/TEMPLATE}
{TEMPLATE catpath_currentcat}
<strong>{cn_str($CNCAT[cat][title])}</strong>
{/TEMPLATE}
{TEMPLATE catpath_bottom}
{IF $CNCAT[cat][descr]}
<br />{$CNCAT[cat][descr]}<br />
{ENDIF}
{IF $CNCAT[cat][_canedit]}
(<a href="{$CNCAT[abs]}{$CNCAT[system][dir_admin]}index.php?act=cats&mode=add&id={$CNCAT[cat][id]}"><small>{$CNCAT[lang][do_submit]}</small></a> |
<a href="{$CNCAT[abs]}{$CNCAT[system][dir_admin]}index.php?act=cats&mode=edit&id={$CNCAT[cat][id]}"><small>{$CNCAT[lang][do_edit]}</small></a>)
{ENDIF}
</td>
</tr></table>
{/TEMPLATE}