fentin
新手上路

UID 75457
精华
0
积分 41
帖子 100
金钱 41 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2006-6-24
状态 离线
|
[广告]: 代充Paypal帐号美元
请教,下面这段代码能给我讲讲吗?
请教,下面这段代码能给我讲讲吗?
<?php
$SetStyle = array(
"idDefault" => "1",
1 => array(
"Title" => "Default",
"TplPath" => "./Templates/Default",
"ImgPath" => "./Images/Default",
"TbWidth" => "680",
"TbBcolor" => "#cccccc",
),
2 => array(
"Title" => "我的个人网站",
"TplPath" => "./Templates/Default",
"ImgPath" => "./Images/Default",
"TbWidth" => "600",
"TbBcolor" => "#CCCCCC",
),
);
?>
|  http://www.7yn.net |
|