леший,Смотрел, шаблонизатор странный, ничего толком не понятно.Понял, что в category_center.tpl меню каталога. и тут тупик..{* шаблон блока обзора категорий *}{if $big_categories_tree && $big_categories_tree_count>0}<table cellspacing="0" cellpadding="0" width="100%">{counter name='s1' start=-1 skip=1 print=false assign='select_counter_var'}{section name=h1 loop=$big_categories_tree}{if $big_categories_tree[h1].categoryID != 1 && $big_categories_tree[h1].parent == 1}{assign var="tmp" value=0}{counter name='s1'}{if ($select_counter_var) is div by 3}<tr>{/if}<td width="33%" valign="top" align="left"> <table cellspacing="0" cellpadding="0"> <tr> {if $big_categories_tree[h1].picture != ""} <td valign="top" align="left"><a href="{if $smarty.const.CONF_MOD_REWRITE eq 1}category_{$big_categories_tree[h1].categoryID}.html{else}index.php?categoryID={$big_categories_tree[h1].categoryID}{/if}" style="font-size:12px;">{$big_categories_tree[h1].name}</a>{if $smarty.const.CONF_SHOW_COUNTPROD eq 1}&nbsp;<span>({$big_categories_tree[h1].products_count})</span>{/if}<br><br><a href="{if $smarty.const.CONF_MOD_REWRITE eq 1}category_{$big_categories_tree[h1].categoryID}.html{else}index.php?categoryID={$big_categories_tree[h1].categoryID}{/if}"><img src="data/category/{$big_categories_tree[h1].picture}" style="margin-right: 5px;" alt=""></a><br><br></td> {/if} </tr> </table></td>{if ($select_counter_var+1) is div by 3}</tr>{else}<td><img src="data/{$smarty.const.TPL}/pixel.gif" class="delim" alt=""></td><td><img src="data/{$smarty.const.TPL}/pixel.gif" class="delim" alt=""></td>{/if}{/if}{/section}</table>{else}<div align="center">{$smarty.const.STRING_NO_CATEGORIES}</div>{/if}