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/ActionContent/drafts.tpl
2014-12-06 20:30:08 +07:00

21 lines
401 B
Smarty

{**
* Черновики
*
* @parama array $topics
* @parama array $paging
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_options' append}
{$layoutShowSidebar = false}
{$sNav = 'create'}
{/block}
{block 'layout_page_title'}
{$aLang.topic.add.title.add}
{/block}
{block 'layout_content'}
{include 'components/topic/topic-list.tpl' topics=$topics paging=$paging}
{/block}