1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/skin/developer/layouts/layout.user.settings.tpl
2014-12-06 20:30:08 +07:00

13 lines
248 B
Smarty

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