Jan
16
修改方法:修改Include/PowerEasy.GuestBook.asp中的函数ShowGueststyle(),将默认方式由 1 改为 2,如下所示。
引用
'=================================================
'函数名:ShowGueststyle()
'作 用:获取查看方式
'参 数:无
'=================================================
Private Function GuestStyle()
ShowGStyle = Request.Cookies("ShowGStyle")
If ShowGStyle = "" Or Not IsNumeric(ShowGStyle) Then
ShowGStyle = 2
Else
ShowGStyle = Int(ShowGStyle)
End If
GuestStyle = ShowGStyle
End Function
'函数名:ShowGueststyle()
'作 用:获取查看方式
'参 数:无
'=================================================
Private Function GuestStyle()
ShowGStyle = Request.Cookies("ShowGStyle")
If ShowGStyle = "" Or Not IsNumeric(ShowGStyle) Then
ShowGStyle = 2
Else
ShowGStyle = Int(ShowGStyle)
End If
GuestStyle = ShowGStyle
End Function
修复SiteWeaver
修改动易文章频道内容页地



