phpcms v9點擊頂級欄目自動跳轉到二級欄目下的第一個
//欄目頂級欄目跳轉到二級欄目下的第一個
if($CATEGORYS[$catid]['parentid']==0 && $CATEGORYS[$catid]['type']==0)
{
if(count($self_array)>1)
{
header('location:index.php?m=content&c=index&a=lists&catid='.$self_array[1]);
exit;
}
}
新聞熱點
疑難解答