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