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/navs/nav.activity.tpl
2014-04-28 17:31:49 +07:00

12 lines
452 B
Smarty

{**
* Навигация на странице активности
*}
{include 'components/nav/nav.tpl'
sName = 'activity'
sActiveItem = $sMenuItemSelect
sMods = 'pills'
aItems = [
[ 'name' => 'user', 'url' => "{router page='stream'}user/", 'text' => $aLang.stream_menu_user, 'is_enabled' => !! $oUserCurrent ],
[ 'name' => 'all', 'url' => "{router page='stream'}all/", 'text' => $aLang.stream_menu_all ]
]}