Lines Matching refs:return
58 function _tpl_logo($return = false)
74 if ($return) return $out;
76 return true;
82 function _tpl_icon($return = false)
98 if ($return) return $out;
100 return true;
107 function _tpl_background($return = false)
118 if ($return) return $out;
120 return true;
126 function _tpl_title($return = false)
132 if ($return) return $out;
134 return true;
137 function _tpl_userinfo($return = false)
144 if ($return) {
145 return userlink();
148 return true;
151 return false;
178 return false;