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

6 lines
455 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.topic.topics, 'url' => {router page='/'}, 'name' => 'blog' ],
[ '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' ]
]}