1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-02 23:04:58 +03:00
ifhub-skin/actions/ActionContent/add.tpl

14 lines
390 B
Smarty
Raw Normal View History

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