{// 引入标签库 } function get_type($pid) { if($pid==0) return l("TOP_AREA"); else return M("Area")->where("id=".$pid)->getField("name"); }