1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionContent/drafts.tpl

17 lines
301 B
Smarty
Raw Normal View History

{**
* Черновики
*}
2014-07-28 19:55:18 +03:00
{extends 'layouts/layout.base.tpl'}
2014-07-28 19:55:18 +03:00
{block 'layout_options'}
{$sNav = 'create'}
{/block}
2014-07-28 19:55:18 +03:00
{block 'layout_page_title'}
{$aLang.topic.add.title.add}
2014-07-28 19:55:18 +03:00
{/block}
2014-07-28 19:55:18 +03:00
{block 'layout_content'}
{include 'components/topic/topic-list.tpl' topics=$aTopics paging=$aPaging}
{/block}