Lines Matching refs:return
13 function tpl_bs_actionlink($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) { argument
62 if($return) return $out;
67 function tpl_button_a($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) { argument
119 if($return) return $out;
232 function tpl_logo ($return = false) { argument
241 if($return) return $out;
245 function tpl_background ($return = false) { argument
251 if($return) return $out;
256 function tpl_title ($return=false) { argument
261 if($return) return $out;
268 $return = '';
271 $return .= tpl_getMediaFile($look);
273 return $return;