1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-29 23:59:27 +03:00
ifhub-skin/layouts/layout.user.tpl

13 lines
316 B
Smarty

{**
* Базовый шаблон профиля пользователя
*}
{extends './layout.base.tpl'}
{block 'layout_content_header' prepend}
{component 'user' template='header' user=$oUserProfile}
<h3 class="profile-page-header">
{block 'layout_user_page_title'}{/block}
</h3>
{/block}