【在首页添加“界面方案”窗口】-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/
回复
#2
晕!
这是插件吗?
回复
#3
这几天摸不到服务器了,等我
回复
#4
不着急~
for fun...

http://mlgbd.org/
回复


跳转到:


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