1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-26 22:29:28 +03:00
ifhub-skin/actions/ActionProfile/wall.tpl

16 lines
310 B
Smarty

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