From 5267e7471bba230bdfcd7aff9b2c6eda8efdd019 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 30 Mar 2018 14:23:59 -0400 Subject: [PATCH] Different page using the sidebar; builders, rather than about us --- functions.php | 2 +- parts/main-content.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 93469c4..3db3e14 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -define("ABOUT_US_PAGE_ID", 132); // L:34, dev55:132 +define("BUILDERS_PAGE_ID", 74 ); // L:34, dev55:74 define("HOTEL_PAGE_ID", 84 ); // L:13, dev55:84 define("FRONT_BLOCKS_GROUP",383); // L:128, dev55:383 define("HOTEL_BLOCKS_GROUP",384); // L:129, dev55:384 diff --git a/parts/main-content.php b/parts/main-content.php index 2b3c4b8..ef48b63 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,6 +1,6 @@
- +
-- 2.17.1