Updated ticket sales to use catid 19
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 13 Jun 2014 21:19:13 +0000 (17:19 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 13 Jun 2014 21:19:13 +0000 (17:19 -0400)
config/applications/EventManagement.ini
static/19.phtml [new file with mode: 0644]
static/36.phtml [deleted file]

index 9e9d7ea..5a2a9f6 100644 (file)
@@ -5,8 +5,8 @@
 ;   Event Management V3
 
 ; The page id in the toolbox that is the entry page for Event management - Generally set for each server
-application_page                = 36                                ;Page ID for this application
-application_url                 = "online-tickets-36"               ;Optional URL segment for application
+application_page                = 19                                ;Page ID for this application
+application_url                 = "order-tickets-19"                ;Optional URL segment for application
 
 members_only_page               = 37                                 ;Page ID for members only area
 members_only_url                = "members-only-area"               ;Optional URL segment for members only area
diff --git a/static/19.phtml b/static/19.phtml
new file mode 100644 (file)
index 0000000..fb0903c
--- /dev/null
@@ -0,0 +1,11 @@
+<?php\r
+// Check if secure page\r
+if (empty($_SERVER['HTTPS'])) {\r
+    $url = 'https://'.$GLOBALS['base_url']."/event-management-".$GLOBALS['catid'].'/';\r
+    header("Refresh:0; url=$url");\r
+    exit;\r
+}\r
+\r
+require_once $GLOBALS['applicationConfig']->commonApps->base_path.$GLOBALS['applicationConfig']->event_management->version.'/controllers/FrontController.php';\r
+$html = new EventManagementIndexController($GLOBALS['applicationConfig'], $GLOBALS['serverConfig'], $GLOBALS['siteConfig']);\r
+?>
\ No newline at end of file
diff --git a/static/36.phtml b/static/36.phtml
deleted file mode 100644 (file)
index fb0903c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php\r
-// Check if secure page\r
-if (empty($_SERVER['HTTPS'])) {\r
-    $url = 'https://'.$GLOBALS['base_url']."/event-management-".$GLOBALS['catid'].'/';\r
-    header("Refresh:0; url=$url");\r
-    exit;\r
-}\r
-\r
-require_once $GLOBALS['applicationConfig']->commonApps->base_path.$GLOBALS['applicationConfig']->event_management->version.'/controllers/FrontController.php';\r
-$html = new EventManagementIndexController($GLOBALS['applicationConfig'], $GLOBALS['serverConfig'], $GLOBALS['siteConfig']);\r
-?>
\ No newline at end of file