1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/info.tpl
Denis Shakhov b74fa35a5b Доработка компонента user
* Блок с информацией о пользователе вынесен в отдельный файл info-group.tpl
* Мелкие исправления
2014-08-08 23:21:31 +07:00

22 lines
497 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{**
* Профиль пользователя с информацией о нем
*
* @styles css/profile.css
* @styles css/tables.css
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_options'}
{$oSession = $oUserProfile->getSession()}
{$oGeoTarget = $oUserProfile->getGeoTarget()}
{/block}
{block 'layout_user_page_title'}
{lang name='user.profile.title'}
{/block}
{block 'layout_content' append}
{include 'navs/nav.user.info.tpl'}
{include 'components/user/info.tpl'}
{/block}