%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Option Explicit %> <% 'On Error Resume Next %> <% Response.Charset="UTF-8" %> <% Call System_Initialize() '检查非法链接 Call CheckReference("") '检查权限 If BlogUser.Level>1 Then Call ShowError(6) BlogTitle="Metro主题配置" Dim strlayout Dim strBodyBg,aryBodyBg Dim strHdBg,aryHdBg Dim strColor,aryColor Dim c Set c = New TConfig c.Load("metro") If c.Exists("vesion")=true Then strlayout=c.read("custom_layout") strBodyBg=c.read("custom_bodybg") strHdBg=c.read("custom_hdbg") strColor=c.read("custom_color") aryBodyBg=Split(strBodyBg,"|") aryHdBg=Split(strHdBg,"|") aryColor=Split(strColor,"|") End If Dim i,a,r a=Array("","左","中","右") Randomize r="?"&Rnd() %>