1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/layouts/layout.user.settings.tpl

11 lines
284 B
Smarty

{**
* Базовый шаблон настроек пользователя
*}
{extends file='layouts/layout.user.tpl'}
{block name='layout_user_page_title'}{$aLang.settings_menu}{/block}
{block name='layout_content_begin' append}
{include file='navs/nav.settings.tpl'}
{/block}