Lines Matching refs:title
59 $title = p_get_first_heading($path);
60 $title = is_null($title) ? $ns : $title;
61 if($lvl == 0 && !array_key_exists($path, $menu['level1'])) $menu['level1'][$path] = $title;
64 $menu['level'.($lvl+1)][$pathpre][$path] = $title;
66 $menu['level'.($lvl+1)][$pathpre] = array($path => $title);
88 foreach($menu['level1'] as $url => $title){
92 <a href="'.menulink($url).'">', $title, '</a>
112 echo '<li class="',$active,'"><a href="', menulink($url), '">', $title, '</a></li>';
132 foreach($menu['level1'] as $url => $title) {
133 echo '<li><a href="', wl($url) ,'">', ucfirst($title) ,'</a></li>';
140 $title = p_get_first_heading($path);
141 $title = is_null($title) ? $ns : $title;
147 echo '<a href="', wl($path) ,'">', ucfirst($title) ,'</a>';