<% If isnotfree then If ispack then templateName = "User_FAQ_Pack" Else: templateName = "User_FAQ_Pay" End If Else: templateName = "User_FAQ" End If set rs = objConn.Execute("SELECT " & tablPfx & "Template.body FROM " & tablPfx & "Template WHERE tname='" & templateName & "';") If not rs.EOF then body = rs(0) rs.close %>
<%= strText_Home %>::<%= strText_FAQ %>

<%= body %>