Exemplo n.º 1
0
 /**
  * Create the list of shortcuts for the application and format is as a block.
  *
  * @return void
  */
 private static function setTemplateMenuValues()
 {
     $config = CRM_Core_Config::singleton();
     $path = 'navigation';
     $values = CRM_Core_Menu::getNavigation();
     if ($values) {
         self::setProperty(self::MENU, 'templateValues', array('menu' => $values));
     }
 }