1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/blocks/block.userNav.tpl

15 lines
299 B
Smarty
Raw Normal View History

2013-05-04 17:10:22 +03:00
{**
* Блок с навигацией по профилю пользователя
*
* @styles css/blocks.css
*}
2014-08-22 15:41:12 +03:00
{extends 'components/block/block.tpl'}
2013-05-04 17:10:22 +03:00
2014-08-22 15:41:12 +03:00
{block 'block_options' append}
{$mods = "{$mods} user-nav"}
{/block}
2013-05-04 17:10:22 +03:00
{block 'block_content_after'}
2014-04-28 13:34:54 +03:00
{include 'navs/nav.user.tpl'}
2013-05-04 17:10:22 +03:00
{/block}