Exemplo n.º 1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['separator'] = '»';
     $ret['showHome'] = false;
     $ret['showCurrentPage'] = true;
     return $ret;
 }
Exemplo n.º 2
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['subMenu'] = array('class' => 'Kwc_Menu_Generator', 'component' => false);
     $ret['separator'] = '';
     $ret['linkPrefix'] = '';
     $ret['emptyIfSingleEntry'] = false;
     return $ret;
 }
Exemplo n.º 3
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['menuModel'] = 'Kwc_Menu_Expanded_MenuModel';
     return $ret;
 }