From 3039a390ab2111739ee7e1c499c41529f3a74a2b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 7 Feb 2018 10:01:47 -0500 Subject: [PATCH] Frontpage block group ID corrected for dev55 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index af2259a..992134e 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -DEFINE("GLM_BLOCKS_FRONT_GROUP",152); +DEFINE("GLM_BLOCKS_FRONT_GROUP",270); DEFINE("GLM_BLOCKS_OUR_IMPACT_GROUP",271);//271 if (!function_exists('glm_quicksite_widget_init')) { -- 2.17.1