From a5c767609b38f78a0e18aa1b788b8f167eaf3c17 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 22 Mar 2018 17:15:27 -0400 Subject: [PATCH] Blocks groups ids fixed to match dev copy again --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index d30ca8f..156c09c 100644 --- a/functions.php +++ b/functions.php @@ -6,9 +6,9 @@ $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -define("HOTEL_PAGE_ID", 13); // L:13 -define("FRONT_BLOCKS_GROUP",128); // L:128 -define("HOTEL_BLOCKS_GROUP",129); // L:129 +define("HOTEL_PAGE_ID", 13); // L:13, dev55:84 +define("FRONT_BLOCKS_GROUP",383); // L:128, dev55:383 +define("HOTEL_BLOCKS_GROUP",384); // L:129, dev55:384 if (!function_exists('glm_quicksite_widget_init')) { -- 2.17.1