Skip to content
Snippets Groups Projects
Commit 7b9ad639 authored by Jared Hancock's avatar Jared Hancock
Browse files

Rename 'Knowledgebase' subnavigation to FAQ

parent c938bef2
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class StaffNav {
$subnav[]=array('desc'=>'My Profile','href'=>'profile.php','iconclass'=>'users');
break;
case 'kbase':
$subnav[]=array('desc'=>'Knowledgebase','href'=>'kb.php', 'urls'=>array('faq.php'), 'iconclass'=>'kb');
$subnav[]=array('desc'=>'FAQs','href'=>'kb.php', 'urls'=>array('faq.php'), 'iconclass'=>'kb');
if($staff) {
if($staff->canManageFAQ())
$subnav[]=array('desc'=>'Categories','href'=>'categories.php','iconclass'=>'faq-categories');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment