1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/developer/topic_list.tpl

12 lines
383 B
Smarty
Raw Normal View History

2010-06-05 13:08:13 +03:00
{if count($aTopics)>0}
{foreach from=$aTopics item=oTopic}
<!-- Topic -->
{assign var="sTopicTemplateName" value="topic_`$oTopic->getType()`.tpl"}
{include file=$sTopicTemplateName bTopicList=true}
<!-- /Topic -->
2010-06-05 13:08:13 +03:00
{/foreach}
2010-07-04 08:38:45 +03:00
{include file='paging.tpl' aPaging="$aPaging"}
2010-06-05 13:08:13 +03:00
{else}
{$aLang.blog_no_topic}
{/if}