1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-29 15:49:28 +03:00
ifhub-skin/layouts/layout.user.settings.tpl

13 lines
254 B
Smarty

{**
* Базовый шаблон настроек пользователя
*}
{extends './layout.user.tpl'}
{block 'layout_options' append}
{$sNav = 'settings'}
{/block}
{block 'layout_user_page_title'}
{$aLang.user.settings.title}
{/block}