Searched refs:titleId (Results 1 – 2 of 2) sorted by relevance
209 function removeSep ($titleId) { argument210 return strtr ($titleId, ':/;', ' ');
315 private function printAction($href, $titleId, $iconId) {316 $action = '<a class="be-action" href="' . $href . '" title="' . $this->getLang($titleId) . '">';305 printAction($href, $titleId, $iconId) global() argument