From: Laury GvR Date: Wed, 5 Dec 2018 17:40:31 +0000 (-0500) Subject: Blocks id for frontpage footer blocks added X-Git-Tag: v1.0.0^2~386 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ae30c0c95791a807d759ec0d96733c210a3609ac;p=WP-Themes%2Fuptravel.git Blocks id for frontpage footer blocks added --- 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 @@ -