From: Laury GvR Date: Wed, 7 Feb 2018 15:01:47 +0000 (-0500) Subject: Frontpage block group ID corrected for dev55 X-Git-Tag: v1.0.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3039a390ab2111739ee7e1c499c41529f3a74a2b;p=WP-Themes%2Fkhako.git Frontpage block group ID corrected for dev55 --- 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')) {