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

13 lines
248 B
Smarty
Raw Normal View History

{**
* Базовый шаблон настроек пользователя
*}
2014-05-15 19:39:46 +03:00
{extends './layout.user.tpl'}
{block 'layout_options' append}
2014-05-15 19:39:46 +03:00
{$sNav = 'settings'}
{/block}
2014-05-15 19:39:46 +03:00
{block 'layout_user_page_title'}
{$aLang.user.settings.title}
{/block}