From: Anthony Talarico Date: Tue, 30 Oct 2018 16:02:34 +0000 (-0400) Subject: changing the defines for the pages in appearance menus to work on sidebar on dev X-Git-Tag: v1.0.0^2~87 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=af8c12fc9e2f26ed6de3a3f4e7033e280151cbdf;p=WP-Themes%2Fcityofharborsprings.git changing the defines for the pages in appearance menus to work on sidebar on dev --- diff --git a/functions.php b/functions.php index 1f74db8..bbf63ec 100644 --- a/functions.php +++ b/functions.php @@ -9,12 +9,12 @@ require_once 'lib/navigation.php'; // 'police-fire' => 'Police & Fire', // 'marina-recreation' => 'Marina & Recreation', -define('BUSINESS_PAGE_ID', 4 ); // L: 4, A:, dev70: -define('GOVERNMENT_PAGE_ID', 6 ); // L: 6, A:, dev70: -define('POLICE_FIRE_PAGE_ID', 8 ); // L: 8, A:, dev70: -define('DOCUMENTS_PAGE_ID', 10 ); // L: 10, A:, dev70: -define('MUNICIPAL_SERVICES_PAGE_ID',12 ); // L: 12, A:, dev70: -define('MARINA_RECREATION_PAGE_ID', 47 ); // L: 47, A:, dev70: +define('BUSINESS_PAGE_ID', 581 ); // L: 4, A:, dev70: +define('GOVERNMENT_PAGE_ID', 579 ); // L: 6, A:, dev70: +define('POLICE_FIRE_PAGE_ID', 583 ); // L: 8, A:, dev70: +define('DOCUMENTS_PAGE_ID', 582 ); // L: 10, A:, dev70: +define('MUNICIPAL_SERVICES_PAGE_ID', 580 ); // L: 12, A:, dev70: +define('MARINA_RECREATION_PAGE_ID', 584 ); // L: 47, A:, dev70: $ancestorId = null; $includePages = array();