| 分类 |
if(file_exists("$data/artdata/usersort/$user.php"))//读取分类数据
{
$dd=file("$data/artdata/usersort/$user.php");
$ee=count($dd);
for($a=$ee-1;$a>=0;$a--)
{
$ww=explode("|",$dd[$a]);
$sortlink=getsort($ww[0]);
echo"·$sortlink ";
}
}
else
{
echo"还没有分类";
}
?>
|
|
|
| {$sortwww} |
|
$list=file("$data/artdata/artsortlist/$action.php");
$ee=count($list);
echo"";
for($a=$ee-1;$a>=0;$a--)
{
$ww=explode("|",$list[$a]);
$titlelink="$ww[0]";
echo"| ·{$titlelink} | {$ww[2]} | ";
}
echo" ";
?>
|
|