#
# $Id: skin1.conf,v 1.17 2008/08/20 12:45:55 max Exp $
#

########################################
#
# This is configuration file for X-Cart
# templates engine. All variables from 
# this file are available in templates.
# Refer to them as {#VariableName#} in
# template syntax.
#
########################################

#
# CSS file for the skin (relative to SkinDir)
#
CSSFilePrefix = "main"

#
# Safe CC values which are used in DEMO MODE
# to disallow users entering their CC infrmation
# set safeCCNum to "" to disable this mode
#
safeCCNum = ""
safeCCName = "John Doe"
safeCCType = "VISA"
safeCCExp = "0303"
safeCCcvv2 = "123"
