Категории каталога статей
{ foreach from = $obj_article->get_mas_nested_category(0,false,false) value = "category" }
-
{$category["name"]}{if $masConfig["ON_VIEW_QUANTITY_ARTICLE_CATEGORY"]}{ft_get_quantity_elms($data_quantity,$category['id_category'],true)}{/if}
{? $mas_podcategory_catalog = $obj_article->get_mas_nested_category($category["id_category"],false,false)}
{if sizeof($mas_podcategory_catalog) > 0 }
{*+
*}
{/if}
{if sizeof($mas_podcategory_catalog) > 0 }
{foreach from = $mas_podcategory_catalog value = "podcategory" }
-
- {$podcategory["name"]}{if $masConfig["ON_VIEW_QUANTITY_ARTICLE_CATEGORY"]}{ft_get_quantity_elms($data_quantity,$podcategory['id_category'],true)}{/if}
{/foreach}
{/if}
{/foreach}