Searched refs:lvl (Results 1 – 3 of 3) sorted by relevance
/template/dokukitv2/ |
H A D | tpl_functions.php | 55 foreach(explode(':', $id) as $lvl => $ns) { 58 $path .= ($lvl>0) ? ':' . $ns : $ns; 61 if($lvl == 0 && !array_key_exists($path, $menu['level1'])) $menu['level1'][$path] = $title; 62 if($lvl > 0) { 63 if(is_array($menu['level'. ($lvl+1)][$pathpre])) { 64 $menu['level'.($lvl+1)][$pathpre][$path] = $title; 66 $menu['level'.($lvl+1)][$pathpre] = array($path => $title);
|
/template/starterbootstrap/ |
H A D | generate_index.php | 5 function indexmenu_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument 64 ,'level' => $lvl );
|
/template/amanuensis/inc/ |
H A D | index.php | 246 function search_index_title(&$data,$base,$file,$type,$lvl,$opts){ argument 270 'level' => $lvl,
|