1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/templates/skin/synio/actions/ActionStream/user.tpl

15 lines
368 B
Smarty

{**
* Настраиваемая, персональная страница активности
*}
{extends file='layout.base.tpl'}
{block name='layout_options'}
{$sNav = 'stream'}
{/block}
{block name='layout_page_title'}{$aLang.stream_menu}{/block}
{block name='layout_content'}
{include file='actions/ActionStream/event_list.tpl' sActivityType=''}
{/block}