Different page using the sidebar; builders, rather than about us
authorLaury GvR <laury@gaslightmedia.com>
Fri, 30 Mar 2018 18:23:59 +0000 (14:23 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 30 Mar 2018 18:23:59 +0000 (14:23 -0400)
functions.php
parts/main-content.php

index 93469c4..3db3e14 100644 (file)
@@ -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
index 2b3c4b8..ef48b63 100644 (file)
@@ -1,6 +1,6 @@
             <?php if ( is_page( HOTEL_PAGE_ID ) ) { ?>
             <div id="main-content" class="small-12 medium-9 columns">
-            <?php } else if ( is_in_tree( ABOUT_US_PAGE_ID ) ) { ?>
+            <?php } else if ( is_in_tree( BUILDERS_PAGE_ID ) ) { ?>
             <div id="about-us-sidebar" class="small-12 medium-3 columns">
                 <?php echo glm_side_menu(); ?>
             </div>