1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/topics/topic.tpl
Denis Shakhov e0ed66df89 Topics
2013-05-06 13:19:40 +07:00

8 lines
198 B
Smarty

{**
* Топик
*}
{if $LS->Topic_IsAllowTopicType($oTopic->getType())}
{assign var="sTopicTemplateName" value="topics/topic.`$oTopic->getType()`.tpl"}
{include file=$sTopicTemplateName}
{/if}