1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-30 22:04:59 +03:00
ifhub-skin/actions/ActionContent/add.tpl

14 lines
390 B
Smarty

{**
* Создание/редактирование топика
*
* @parama object $topicEdit
* @parama string $topicType
* @parama array $blogsAllow
* @parama integer $blogId
*}
{extends 'layouts/layout.content.form.tpl'}
{block 'layout_content'}
{component 'topic.add-type' topic=$topicEdit type=$topicType blogs=$blogsAllow blogId=$blogId skipBlogs=$skipBlogs}
{/block}