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-10-06 22:58:14 +07:00

17 lines
301 B
Smarty

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