##Title = Продукция
##Order = 0
##MenuView = 2
##Text
{t_component src=Catalogue_Show name=ar}
{if $ar.bListCategory}
{/if}
{if $ar.bCurCategory}
{$ar.curCateg.name} |
{$ar.curCateg.description} |
{if $ar.bListTovars}
{foreach from=$ar.arListTovars item="p"}
{if $p.photo} {/if}
{$p.name}
{$p.brief} Подробнее...
|
|
{/foreach}
{/if}
{$ar.sCurCategoryChild} |
{/if}
{if $ar.bCurAtom}
{if $ar.bParent}
{foreach from=$ar.arParent item="p"}
{$p.parent} » {$ar.curCateg.name} |
{/foreach}
{/if}
{$ar.curAtom.name} |
{if $ar.curAtomPhoto}
{/if}
{if $ar.curAtom.description != ""} {$ar.curAtom.description}
{else}
Описание отсутствует.
{/if}
|
{/if}
{/t_component}