1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionBlog/index.tpl
2014-07-28 23:55:18 +07:00

13 lines
242 B
Smarty

{**
* Список топиков
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_options'}
{$sNav = 'topics'}
{/block}
{block 'layout_content'}
{include 'components/topic/topic-list.tpl' topics=$aTopics paging=$aPaging}
{/block}