|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/ |
Upload File : |
# Classy Theme Page Variables #
# Text Color #
[-- VAR.pa_text_color PAGE.TextColor --]
# Background Color #
[-- VAR.pa_background_color PAGE.BackgroundColor --]
# Link Color #
[-- VAR.pa_link_color PAGE.LinkColor --]
# Link Active Color #
[-- VAR.pa_active_link_color PAGE.ActiveLinkColor --]
# Link Visited Color #
[-- VAR.pa_visited_link_color PAGE.VisitedLinkColor --]
# Input Field Background Color #
[-- VAR.pa_input_bg_color PAGE.BackgroundColor --]
# Menu and Banner Text Color #
[-- VAR.pa_banner_text_color PAGE.BackgroundColor --]
# Menu and Banner Background Color #
# We're using the shopping cart shade color here #
[-- VAR.pa_banner_bg_color STORE.SC_ShadeColor --]
# Product Borders #
# Note that we're using a shopping cart color setting here... #
[-- VAR.pa_col_border_color STORE.SC_ShadeColor --]
# Display Colum Borders Logic #
[-- IF PAGE.DisplayColumnBorders "Checked" --]
[-- VAR.pa_col_border "3px groove" --]
[-- ELSE --]
[-- VAR.pa_col_border "none" --]
[-- END_IF --]
# Banner Borders #
[-- VAR.pa_banner_border "3px groove" --]
# Background Image #
[-- IF PAGE.BackgroundImage --]
[-- VAR.pa_background_image PAGE.BackgroundImage --]
[-- ELSE --]
[-- VAR.pa_background_image "" --]
[-- END_IF --]
# Font Stuff #
[-- If Store.Font --]
[-- Var.FontFamily Store.Font --]
[-- Else --]
[-- Var.FontFamily "arial, helvetica, sans-serif;" --]
[-- End_If --]
[-- If Store.FontSize --]
[-- Var.FontSize Store.FontSize --]
[-- Var.FontBig "105%" --]
[-- Else --]
[-- Var.FontSize "10pt" --]
[-- Var.FontBig "12pt" --]
[-- End_If --]
# Set the minicart media directory (where to look for minicart image) #
[-- VAR.Media "media/themesmedia" --]
# Set the Minicart image color. Currently, only black and white exist #
[-- VAR.MiniCartColor "white" --]
# Determine what the page name should be #
[-- IF PAGE.DisplayName "checked" --]
[-- VAR.pa_name PAGE.Name --]
[-- VAR.pa_tell_friend_text PAGE.Name --]
[-- ELSE_IF PAGE.LinkName --]
[-- VAR.pa_name PAGE.LinkName --]
[-- VAR.pa_tell_friend_text PAGE.LinkName --]
[-- ELSE --]
[-- VAR.pa_name PAGE.FileName --]
[-- VAR.pa_tell_friend_text PAGE.FileName --]
[-- END_IF --]
# Determine what the title should be #
[-- IF PAGE.Title --]
[-- VAR.pa_title PAGE.Title --]
[-- ELSE --]
[-- VAR.pa_title VAR.pa_name --]
[-- END_IF --]
# Determine if we show graphic or not #
[-- IF PAGE.DisplayGraphic "checked" --]
[-- IF PAGE.Graphic --]
[-- VAR.pa_show_graphic "true" --]
[-- ELSE --]
[-- VAR.pa_show_graphic "false" --]
[-- END_IF --]
[-- ELSE --]
[-- VAR.pa_show_graphic "false" --]
[-- END_IF --]
# Page View Cart Button Text (only if no image) #
[-- IF ViewText --]
[-- VAR.pa_viewcart_text ViewText --]
[-- ELSE_IF STORE.DisplayViewCartText "checked" --]
[-- VAR.pa_viewcart_text STORE.ViewCart --]
[-- ELSE --]
[-- VAR.pa_viewcart_text "View Cart" --]
[-- END_IF --]
# number of columns for products and sub-products #
[-- IF PAGE.Columns "Two columns" --]
[-- VAR.subpr_cols "2" --]
[-- VAR.pr_cols "2" --]
[-- ELSE_IF PAGE.Columns "Three columns" --]
[-- VAR.subpr_cols "3" --]
[-- VAR.pr_cols "3" --]
[-- ELSE_IF PAGE.Columns "Four columns" --]
[-- VAR.subpr_cols "4" --]
[-- VAR.pr_cols "4" --]
[-- ELSE_IF PAGE.Columns "Five columns" --]
[-- VAR.subpr_cols "5" --]
[-- VAR.pr_cols "5" --]
[-- ELSE --]
[-- VAR.subpr_cols "1" --]
[-- VAR.pr_cols "1" --]
[-- END_IF --]
# Page Width #
[-- If Page.PageWidth --]
[-- VAR.pa_width Page.PageWidth --]
[-- Else_If Store.PageWidth --]
[-- VAR.pa_width Store.PageWidth --]
[-- Else --]
[-- VAR.pa_width "100%" --]
[-- End_If --]
# Page Alignment #
[-- IF PAGE.Layout "Centered" --]
[-- VAR.pa_align "center" --]
[-- ELSE_IF PAGE.Layout "Staggered; start right" --]
[-- VAR.pa_align "right" --]
[-- ELSE_IF PAGE.Layout "Staggered; start left" --]
[-- VAR.pa_align "left" --]
[-- ELSE_IF PAGE.Layout "Right aligned" --]
[-- VAR.pa_align "right" --]
[-- ELSE --]
[-- VAR.pa_align "left" --]
[-- END_IF --]
# Display Extras Column if any extras exist #
[-- IF SC_Registration --]
[-- VAR.pa_extras "true" --]
[-- ELSE_IF MiniCart --]
[-- VAR.pa_extras "true" --]
[-- ELSE_IF GiftCert --]
[-- VAR.pa_extras "true" --]
[-- ELSE_IF TELLAFRIEND --]
[-- VAR.pa_extras "true" --]
[-- ELSE_IF PAGE.text3 --]
[-- VAR.pa_extras "true" --]
[-- Else_If Page.Global_Cross_Sell --]
[-- VAR.pa_extras "true" --]
[-- ELSE --]
[-- VAR.pa_extras "false" --]
[-- END_IF --]