1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-29 23:59:27 +03:00
ifhub-skin/navs/nav.main.tpl

9 lines
650 B
Smarty

{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' ],
[ 'text' => $aLang.activity.title, 'url' => {router page='stream'}, 'name' => 'stream' ],
[ 'text' => 'Правила', 'url' => {router page='rules'}, 'name' => 'rules' ],
[ 'text' => 'Фонд поддержки', 'url' => 'https://ru.liberapay.com/oreolek/', 'name' => 'donate' ],
[ 'text' => '<i class="fa fa-search fa-lg"></i>', 'classes' => 'search-icon' ]
]}