1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.main.tpl

6 lines
443 B
Smarty
Raw Normal View History

{component 'nav' name='main' activeItem=$sMenuHeadItemSelect mods='main' items=[
2014-07-28 19:55:18 +03:00
[ 'text' => $aLang.topic.topics, 'url' => {router page='/'}, 'name' => 'blog' ],
2014-07-18 18:45:16 +03:00
[ 'text' => $aLang.blog.blogs, 'url' => {router page='blogs'}, 'name' => 'blogs' ],
[ 'text' => $aLang.user.users, 'url' => {router page='people'}, 'name' => 'people' ],
2014-07-18 18:45:16 +03:00
[ 'text' => $aLang.activity.title, 'url' => {router page='stream'}, 'name' => 'stream' ]
2014-04-28 13:31:49 +03:00
]}