"; } return $str; } function get_class_icon ($cl_id) { global $g5; $str = ""; $class_url = G5_DATA_URL."/class"; $result = sql_fetch("select cl_img, cl_name from {$g5['class_table']} where cl_id = '{$cl_id}'"); if($result['cl_img']) { $str = "".$result["; } return $str; } ?>