{// 引入标签库 } function get_message($id) { if($id) return "".l("VIEW").""; else return l("NO_REL_DATA"); } function get_list_content($content) { return msubstr(empty_tag($content),0,10); } function get_topic_type($type) { return l("TOPIC_TYPE_".$type); } function get_group_name($id) { return M("TopicGroup")->where("id=".$id)->getField("name"); }