File: D:/web/hyperflight/inc-main.asp
<%Option Explicit%>
<% ' inc-email-utils.asp placed before apputils.asp to ensure routines with same name in apputils.asp take priority e.g SendEmail
' (SS,13/3/2018) added inc-template-email-html.asp
' (SS,14/05/24) added inc-template-recently-viewed.asp
' (SS,14/07/26) removed inc-template-site-seal.asp
' (SS,14/07/26) removed inc-template-category-list.asp
%>
<!--#include virtual="common/asp/inc-email-utils.asp"-->
<!--#include file="dbfunctions.asp"-->
<!--#include file="apputils.asp"-->
<!--#include file="customutils.asp"-->
<!--#include file="inc-template-email-html.asp"-->
<!--#include file="inc-template-messages.asp"-->
<!--#include file="inc-template-basket.asp"-->
<!--#include file="inc-template-category-links.asp"-->
<!--#include file="inc-template-products.asp"-->
<!--#include file="inc-template-product-list.asp"-->
<!--#include file="inc-template-product-detail.asp"-->
<!--#include file="inc-template-checkout.asp"-->
<!--#include file="inc-template-subcategory-list.asp"-->
<!--#include file="inc-template-sitemap.asp"-->
<!--#include file="inc-template-account.asp"-->
<!--#include file="inc-template-other.asp"-->
<!--#include file="inc-template-home.asp"-->
<!--#include file="inc-template-contact.asp"-->
<!--#include file="inc-template-reviews.asp"-->
<!--#include file="inc-template-highlights.asp"-->
<% ' (SS,23/2/18) added sales map back in, was on the old site %>
<!--#include file="inc-template-sales-map.asp"-->
<% ' following replaces separate templates for about, customer info, how to order, links, testimonials etc. %>
<!--#include file="inc-template-page-content.asp"-->
<% ' (SS,18/11/14) added following for PayPal Express %>
<!-- #include file ="paypalfunctions.asp" -->
<!--#include file="inc-template-recently-viewed.asp"-->
<%DoBasketOperation%>