Lines Matching refs:out
21 $out = '<span class="bchead">'.$lang['youarehere'].'</span>';
22 $out.= $this->html_youarehere($start_depth);
24 echo $out; return (bool) $out;
26 return $out;
58 $out = implode(' › ', $items);
59 return $out;
80 $out = $this->html_pagelink($id, $name, $exists);
82 echo $out; return (bool) $out;
84 return $out;
107 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
108 $out.= hsc($short_title).'</a>';
109 return $out;
156 $out = $this->pagetitle($id);
158 echo $out; return (bool) $out;
160 return $out;