1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-06 19:18:25 +03:00
ifhub-skin/navs/nav.main.tpl

8 lines
535 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{component 'nav' name='main' activeItem=$sMenuHeadItemSelect mods='main' items=[
[ 'text' => $aLang.blog.blogs, 'url' => {router page='blogs'}, 'name' => 'blogs' ],
[ 'text' => $aLang.user.users, 'url' => {router page='people'}, 'name' => 'people' ],
2017-01-09 13:38:56 +02:00
[ 'text' => $aLang.activity.title, 'url' => {router page='stream'}, 'name' => 'stream' ],
2017-09-28 14:40:08 +03:00
[ 'text' => 'Правила', 'url' => {router page='rules'}, 'name' => 'rules' ],
[ 'text' => '<i class="fa fa-search fa-lg"></i>', 'classes' => 'search-icon' ]
2017-01-09 13:38:56 +02:00
]}