1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/wall.tpl

16 lines
289 B
Smarty
Raw Normal View History

{**
* Стена
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
2014-07-07 13:50:14 +03:00
{lang name='wall.title'}
{/block}
{block 'layout_content' append}
2014-07-07 13:50:14 +03:00
{insert name='block' block='wall' params=[
'classes' => 'js-wall-default',
'user_id' => $oUserProfile->getId()
]}
{/block}