Searched refs:lvl (Results 1 – 4 of 4) sorted by relevance
| /template/dokukitv2/ |
| 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/ |
| D | generate_index.php | 5 function indexmenu_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument 64 ,'level' => $lvl );
|
| /template/amanuensis/inc/ |
| D | index.php | 246 function search_index_title(&$data,$base,$file,$type,$lvl,$opts){ argument 270 'level' => $lvl,
|
| /template/strap/syntax/ |
| H A D | minimap.php | 359 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
|