1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/activity.tpl

11 lines
361 B
Smarty

{**
* Активность пользователя
*}
{extends file='layouts/layout.user.tpl'}
{block name='layout_user_page_title'}{$aLang.user_menu_profile_stream}{/block}
{block name='layout_content'}
{include file='actions/ActionStream/event_list.tpl' sActivityType='user' sActivityParams="data-param-i-user-id=\"{$oUserProfile->getId()}\""}
{/block}