1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.activity.tpl
2014-10-16 14:31:34 +07:00

12 lines
467 B
Smarty

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