{* 22.04.2018 - реализован вывод ссылок на страницы по алиасу *} {include file=$header h1=$title title=$title keywords="{$keywords}" description="{$description}"} {section name=customer loop=$list}{if $list[customer].id} {/if}{/section}
{if ($list[customer].alias)}{* если есть чпу *} {else} {/if} {if $list[customer].oblozhka} {* смотрим, нужна ли ленивая загрузка *} {if $global_settings.lazyload==1} {$list[customer].title} {else} {$list[customer].title} {/if} {else} {$list[customer].title} {/if} {if ($list[customer].alias)}

{$list[customer].title}

{else}

{$list[customer].title}

{/if} {if ($global_settings.show_description_in_cat==1)}

{$list[customer].description}

{/if}
{include file=$footer}