From 2c5466c0b3ddc72af0938ccd4f5cf6718fa1e13e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 14 May 2019 10:57:16 -0400 Subject: [PATCH] Remove tracking codes for now since they are breaking the pages they're made for --- sections/interior-page.php | 272 ------------------------------------- 1 file changed, 272 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index b2b3b48..b96748e 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -170,279 +170,7 @@ ID) { - case 163: - // Home page - ?> - - - - - - - - - - - - - - - - - #category {display:none; - .listing {display:none; - } - '; - } - $sController = new Toolkit_Members_TripPlannerList( - $this->pageGateway, - $GLOBALS['dbh'] - ); - $sController->show(); - ?> - - - - - - - - - - - - - - - - - - - - - - - - configureForm(); - $enews->show(); - ?> - - - - - - - - - - - - - - - - - - - - - - - configureForm(); - $planner->show(); - } - - if (array_key_exists('hau_rmv', $_POST)) { - // Hear About Us Form - $hau = new Toolkit_Contacts_HowDidYouHear($GLOBALS['dbh'], - 'how_did_you_hear_about_us', - 'post', - BASE_URL . 'index.php?catid=10', - '', - null, - true); - $hau->configureForm(); - echo $hau->toHtml(); - } - ?> - - - - - - - - - - - - \ No newline at end of file -- 2.17.1