Модуль Похожие документы v1.26.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
310 B

{if $moredoc}
<h3>{#MOREDOC_NAME#}</h3>
<ul>
{foreach from=$moredoc item=document}
<li><a href = "{$document->document_link}">{$document->document_title|escape}</a><br />
{if $document->document_meta_description !=''}{$document->document_meta_description|escape}<br />{/if}</li>
{/foreach}
</ul>
{/if}