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

16 lines
285 B
Smarty

{**
* Главная
*
* @parama array $topics
* @parama array $paging
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_options' append}
{$sNav = 'topics'}
{/block}
{block 'layout_content'}
{component 'topic' template='list' topics=$topics paging=$paging}
{/block}