{* *}{strip} {* *} {if !empty($settings->articles_main_maxcount) && !empty($articles)} {include file = 'common/publication-list.htm' items = $articles maxcount = $settings->articles_main_maxcount|default:0 integrated = true title = $settings->articles_main_title|default:'Статьи' files_folder = 'files/images/articles/' show_date = true show_browsed = false show_filecount = false show_photocount = false} {/if} {* *} {if !empty($settings->news_main_maxcount) && !empty($news)} {include file = 'common/publication-list.htm' items = $news maxcount = $settings->news_main_maxcount|default:0 integrated = true title = $settings->news_main_title|default:'Новости' files_folder = 'files/images/news/' show_date = true show_browsed = false show_filecount = false show_photocount = false} {/if} {/strip}