1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-21 02:18:22 +03:00
ifhub-skin/layouts/layout.user.tpl

13 lines
316 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Базовый шаблон профиля пользователя
*}
{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}