예제 #1
0
 public static function tooltip($text, $id = 'gwf_tt')
 {
     return str_replace(array('%TEXT_HTML%', '%TEXT_JS%', '%ID%'), array(htmlspecialchars($text), GWF_HTML::displayJS($text), $id), self::$templateTooltip);
 }