【在首页添加“界面方案”窗口】-DZ plugin
#1
index.php文件中找到
代码:
if(empty($gid)) {
添加
代码:
$themelist = "<select name=\"style\" onchange=\"window.location=('index.php?styleid='+this.options[this.selectedIndex].value)\">\n<option value=\"\">--界面方案--</option>";
$query = $db->query("SELECT styleid,name FROM $table_styles");
while($themeinfo = $db->fetch_array($query)) {
$themelist .= "<option value=\"$themeinfo[styleid]\">$themeinfo[name]</option>\n";
}
$themelist .= "</select>";

修改模版index
查找
代码:
$grouptitle
在后面加入
代码:
$themelist
OK
for fun...

http://mlgbd.org/
回复


主题内容
【在首页添加“界面方案”窗口】-DZ plugin - 由 taiyuan123 - 2004-10-16 19:01
[无标题] - 由 酒旗风 - 2004-10-16 19:18
[无标题] - 由 taiyuan123 - 2004-10-17 13:38

跳转到:


正在阅读该主题的用户: 1位游客
您的访问已通过Cloudflare保护,访问自美国/loc=US。