1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/layouts/layout.user.tpl
2015-10-27 16:02:57 +07:00

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}