Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 3 of 3) sorted by relevance

/template/dokukitv2/
H A Dtpl_functions.php55 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 Dgenerate_index.php5 function indexmenu_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument
64 ,'level' => $lvl );
/template/amanuensis/inc/
H A Dindex.php246 function search_index_title(&$data,$base,$file,$type,$lvl,$opts){ argument
270 'level' => $lvl,