1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/activity/blocks/block.activity-settings.tpl
2014-10-28 19:08:03 +07:00

19 lines
403 B
Smarty

{**
* Блок настройки ленты активности
*
* @styles css/blocks.css
*}
{extends 'components/block/block.tpl'}
{block 'block_title'}
{$aLang.activity.settings.title}
{/block}
{block 'block_options' append}
{$mods = "{$mods} activity-settings"}
{/block}
{block 'block_content'}
{include 'components/activity/settings.tpl' typesActive=$typesActive types=$types}
{/block}