Lines Matching refs:about
176 * Return the (localized) about link
184 $about = $this->getConf('about');
186 [, $idpart] = $this->getTransParts($about);
187 [$about, ] = $this->buildTransID($curlc, $idpart);
188 $about = cleanID($about);
192 $out .= html_wikilink($about, '?');
239 //show title and about
240 if (isset($this->opts['title']) || $this->getConf('about')) {
243 if ($this->getConf('about')) $out .= $this->showAbout();