SetTemplet(DEDEADMIN."/templets/mychannel_main.htm"); $dlist->SetSource($sql); $dlist->display(); function GetSta($sta, $id) { if ($sta == 1) { return ($id != -1 ? "启用隐藏" : "固定"); } else { return "启用隐藏"; } } function IsSystem($s) { return $s == 1 ? "系统" : "自动"; } ?>