1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-26 22:29:28 +03:00
ifhub-skin/actions/ActionBlog/index.tpl

18 lines
371 B
Smarty

{**
* Список топиков
*
* @param array $topics
* @param array $paging
* @param string $periodSelectCurrent
* @param string $periodSelectRoot
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_options' append}
{$sNav = 'topics'}
{/block}
{block 'layout_content'}
{component 'topic' template='list' topics=$topics paging=$paging}
{/block}