Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions protected/components/MainNavBarWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class MainNavBarWidget extends \PHPGWidget
self::POSTS => 'פוסטים',
self::FORUM => 'פורום',
//self::EVENTS => 'אירועים',
self::PHPLIVE => 'php live',
self::MARKET => 'מארקט',
self::PHPLIVE => 'PHP Live',
self::MARKET => 'חנות',
self::CONTACT => 'צור קשר'
];

Expand All @@ -30,4 +30,4 @@ public function run()
{
$this->render('mainNavBar', ['items' => self::$mainBar, 'active' => $this->navItem]);
}
}
}