From ae30c0c95791a807d759ec0d96733c210a3609ac Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 5 Dec 2018 12:40:31 -0500 Subject: [PATCH] Blocks id for frontpage footer blocks added --- functions.php | 2 +- sections/front-page.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 280f8c7..de8b6b1 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); add_action('widgets_init', 'glm_weather_widget_init'); -define('GLM_BLOCKS_FRONT_GROUP_ID', "8249"); // L: 8249, A: , dev70: +define('GLM_BLOCKS_FRONT_GROUP_ID', "8213"); // L: 8249, A: , dev70: 8213 if (!function_exists('glm_quicksite_widget_init')) { diff --git a/sections/front-page.php b/sections/front-page.php index 4312120..5cc2d13 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -15,7 +15,6 @@ -
-- 2.17.1