1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/developer/blocks/block.activitySettings.tpl
2014-08-22 19:41:49 +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}