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/blocks/block.userActions.tpl
2014-08-22 19:41:49 +07:00

19 lines
487 B
Smarty

{**
* Меню пользователя ("Добавить в друзья", "Написать письмо" и т.д.)
*
* @styles css/blocks.css
*}
{extends 'components/block/block.tpl'}
{block 'block_options' append}
{$mods = "{$mods} profile-actions"}
{if ! $oUserCurrent or ( $oUserCurrent and $oUserCurrent->getId() == $oUserProfile->getId() )}
{$show = false}
{/if}
{/block}
{block 'block_content'}
{include 'components/user/actions.tpl' user=$oUserProfile}
{/block}