Example #1
0
 /**
  * Creates menu links in the staff backend.
  */
 function createStaffMenu()
 {
     Application::registerStaffApp('Equipment', 'dispatcher.php/equipment/dashboard/', array(iconclass => 'faq-categories'));
 }
Example #2
0
 private function createStaffMenu()
 {
     return Application::registerStaffApp('Equipment', 'dispatcher.php/equipment/', array('iconclass' => 'faq-categories'));
 }