SetQuery("Select * from #@__flink where ischeck>0 order by sortrank asc");
$dsql->Execute();
$txtlink ="";
$imglink ="";
$linkdata = "";
while($dbrow=$dsql->GetObject())
{
$wtitle = cn_substr($dbrow->webname,$titlelen);
if($dbrow->logo==""){
$txtlink .= "$wtitle\n\t\t\t\t\t";
}else{
$imglink .= "\n\t\t\t\t\t";
}
}
$dsql->Close();
if($dopost=="save"){
ShowMsg("成功增加一个链接,但需要审核后才能显示!","",1);
}
?>