1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/components/user/blocks/block.user-actions.tpl

9 lines
359 B
Smarty

{**
* Меню пользователя ("Добавить в друзья", "Написать письмо" и т.д.)
*}
{if $oUserCurrent && $oUserCurrent->getId() != $oUserProfile->getId() }
{component 'block'
mods = 'nopadding transparent user-actions'
content = {component 'user' template='actions' user=$oUserProfile}}
{/if}