%
' System: !template-website
' File: /index.asp
' Description: Home page
' Author: Manley
' Version: 1.0
' Created: 17/08/2004
' Version Info: Initial version
' Version Author: Manley
' Include the system config script
%><%
' SetMarkupLanguage
' =================
' strLanguage: "html" or "xhtml"
Call SetMarkupLanguage("html")
' SiteHeaderPreScript
' ===================
' strTitle: META - PAGE TITLE
' strDescription: META - PAGE DESCRIPTION
' strKeywords: META - PAGE KEYWORDS
' strExtraCSS: Seldom Used
Call SiteHeaderPreScript("Picture Gallery", "Kennford International is a high quality family run holiday and touring park conveniently located in rural Devon just off the A38", "Holiday Homes, Static Caravans, Static Holiday Homes, Touring Caravans, Caravan Park, Holiday Park, Caravan Site, Rural, Devon, West Country, Tourers, Caravan Sites", "")
' SiteHeaderPostScript
' ====================
' strSection: Section title
' strPage: Page title
' strBodyOnLoad: Body tag 'onload' code - don't use " in it
' varSpare1, varSpare2, varSpare3: Free for future use, pass as "" for now
Call SiteHeaderPostScript("", "", "", "", "", "")
' CONTENT STARTS HERE %>
Picture Gallery
Please click on any image below to see the bigger version.
Click here to return to the main index
<%' CONTENT ENDS HERE
Call SiteFooter()
' TidyUpObjects
' =============
' No parameters
' Sub in inc-system.asp used to clean up DLLs kept
' open for duration of page execution such as
' objDebugDLL and objServerDLL
Call TidyUpObjects()
%>