From: Chuck Scott Date: Fri, 13 Jun 2014 21:19:13 +0000 (-0400) Subject: Updated ticket sales to use catid 19 X-Git-Tag: v1.0^2~45 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=88775bb866bef5eae1a70072219d3e8b21c65577;p=web%2FSooLocks.git Updated ticket sales to use catid 19 --- diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index 9e9d7ea..5a2a9f6 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -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 index 0000000..fb0903c --- /dev/null +++ b/static/19.phtml @@ -0,0 +1,11 @@ +commonApps->base_path.$GLOBALS['applicationConfig']->event_management->version.'/controllers/FrontController.php'; +$html = new EventManagementIndexController($GLOBALS['applicationConfig'], $GLOBALS['serverConfig'], $GLOBALS['siteConfig']); +?> \ No newline at end of file diff --git a/static/36.phtml b/static/36.phtml deleted file mode 100644 index fb0903c..0000000 --- a/static/36.phtml +++ /dev/null @@ -1,11 +0,0 @@ -commonApps->base_path.$GLOBALS['applicationConfig']->event_management->version.'/controllers/FrontController.php'; -$html = new EventManagementIndexController($GLOBALS['applicationConfig'], $GLOBALS['serverConfig'], $GLOBALS['siteConfig']); -?> \ No newline at end of file