%@ LANGUAGE="VBSCRIPT" %>
<% PageStrings = "400, 492, 493, 494, 495, 538, 540, 876"
strThisBackPage = "config" %>
<%
'===============================================
' CactuShop ASP Shopping Cart
' ©1999-2004 Cactusoft Ltd. www.cactusoft.com
'===============================================
' All rights reserved.
' Use of this code is covered by the terms and
' conditions in the license agreement. No
' unauthorized duplication or distribution is
' permitted. Cactusoft's copyright notices must
' remain in the ASP sections of the code.
'===============================================
'-----------------------------------------------
'MODIFY NEWS STORIES PAGE
'Most shops will have a requirement to feature
'some news stories or other details that can be
'changed easily from the back end. This page is
'where the site owner can change these stories.
'-----------------------------------------------
'-----------------------------------------------
'GET LANGUAGE
'-----------------------------------------------
numLangID = request.form("numLangID")
If numLangID = "" then numLangID = numDefaultLanguage
'-----------------------------------------------
'MODIFY NEWS STORIES PAGE
'-----------------------------------------------
strQuery = "SELECT * FROM tblCactuShopNews WHERE N_Language = " & numLangID
Call ExecuteSQL(strQuery, numCursorType, objRecordSet)
%>
<% =GetString("Config_headtitle") %>
|
| <% WriteString("PageTitle_FrontNewsItems") %> - <%= aryLangBackNames(numLangID) %> |
|
<%
objDataConn.Close
set objDataConn = nothing
%>