1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/activity.tpl
2014-08-05 21:28:16 +07:00

17 lines
389 B
Smarty

{**
* Активность пользователя
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{lang name='activity.title'}
{/block}
{block 'layout_content' append}
{include 'components/activity/activity.tpl'
events = $activityEvents
count = $activityEventsAllCount
targetId = $oUserProfile->getId()
classes = 'js-activity--user'}
{/block}