From 0274e09e5dfef4a044afc12a802d6ad88e62442f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 5 Jan 2018 16:22:18 -0500 Subject: [PATCH] chuck changing things --- config/applications/EventManagement.ini | 4 ++-- setup.phtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index d5f7c52..1a5ed6a 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -36,9 +36,9 @@ session_timeout = 60 ;Time in min admin_session_timeout = 1560 ;Time in minutes before admin session times out ; Front-End Appearance Settings -default_front_interface = "SaultSteMarie" +default_front_interface = "Gaslight" custom_css = false ;Should look for /css/EventManangement.css in customer site -voucher_design = "SaultSteMarie" ;Design file to use for vouchers - See /models/vouchers directory +voucher_design = "Gaslight" ;Design file to use for vouchers - See /models/vouchers directory site_has_foundation = true ;Site already loads foundation - blocks loading in ticketing front-end header ; Admin Appearance Settings diff --git a/setup.phtml b/setup.phtml index 72e5a5f..4e6c010 100644 --- a/setup.phtml +++ b/setup.phtml @@ -455,7 +455,7 @@ define('GIFT_CERTIFICATES', $applicationConfig->gift_certificates->application); */ define('MOBILE_SITE', $siteConfig->mobile_site); define('MOBILE_MAX_WIDTH', 600); -define('MOBILE_SITE_URL', "http://m.saultstemarie.com/index.php?isMobile=yes"); +// define('MOBILE_SITE_URL', "http://m.saultstemarie.com/index.php?isMobile=yes"); $pathParts = pathinfo($BASE_PATH); /** @@ -642,7 +642,7 @@ define('VISITOR_GUIDE_EMAIL', $serverConfig->email->visitor_guide); * From header for admin/Contact mailout. */ define('FROM_NEWS_EMAIL', $serverConfig->email->from_news); -define('FROM_EMAIL_HEADER', 'server@saultstemarie.com'); +define('FROM_EMAIL_HEADER', 'info@gaslightmedia.com'); /** * From headers for admin/MContact */ -- 2.17.1