%@ LANGUAGE="VBScript" %> <% Option Explicit 'Buffer the response, so Response.Expires can be used Response.Buffer = TRUE Response.Expires = -1 %> <% Call SetAppVariables Dim cnnDB, sid Set cnnDB = CreateCon sid = GetSid %>
|
<% = Cfg(cnnDB, "SiteName") %>
<%=lang(cnnDB, "HelpDesk")%> |
|
<% If Cint(Cfg(cnnDB, "EnableKB")) = 3 Then %>
<% = lang(cnnDB, "SearchtheKnowledgeBase") %>
<% End If %> <%=lang(cnnDB, "NewUser")%> <% If Cfg(cnnDB, "EmailType") <> 0 Then Response.Write "| " & lang(cnnDB, "EmailMyPassword") & "" End If %> |