1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-08 01:34:21 +03:00
ifhub-skin/actions/ActionProfile/activity.tpl

20 lines
476 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Активность пользователя
*
* @param array $activityEvents
* @param integer $activityEventsAllCount
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{lang name='activity.title'}
{/block}
{block 'layout_content' append}
{component 'activity'
events = $activityEvents
count = $activityEventsAllCount
targetId = $oUserProfile->getId()
classes = 'js-activity--user'}
{/block}