1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-06 00:14:25 +03:00
ifhub.club/templates/skin/new-jquery/topic_list.tpl
Denis Shakhov cbbacabf40 New JQuery
2011-08-09 02:43:22 +00:00

10 lines
328 B
Smarty

{if count($aTopics)>0}
{foreach from=$aTopics item=oTopic}
{assign var="sTopicTemplateName" value="topic_`$oTopic->getType()`.tpl"}
{include file=$sTopicTemplateName bTopicList=true}
{/foreach}
{include file='paging.tpl' aPaging="$aPaging"}
{else}
<div class="padding">{$aLang.blog_no_topic}</div>
{/if}