Lines Matching refs:return
19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) {
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) {
61 if (empty($_SERVER['REMOTE_USER'])) return;
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) {
93 if ($return) return $output;
100 if ($return) return $output;
140 return join(' ', $classes);