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/new/topic_list.tpl

13 lines
385 B
Smarty
Raw Normal View History

2009-01-10 21:11:09 +02:00
{if count($aTopics)>0}
2009-05-29 18:32:37 +03:00
{foreach from=$aTopics item=oTopic}
<!-- Topic -->
{assign var="sTopicTemplateName" value="topic_`$oTopic->getType()`.tpl"}
{include file=$sTopicTemplateName bTopicList=true}
2009-01-10 21:11:09 +02:00
<!-- /Topic -->
{/foreach}
{include file='paging.tpl' aPaging=$aPaging}
2009-01-10 21:11:09 +02:00
{else}
{$aLang.blog_no_topic}
{/if}