1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/blocks/block.activitySettings.tpl
2014-07-19 23:50:52 +07:00

14 lines
367 B
Smarty

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