ID for grid blocks updated
authorLaury GvR <laury@gaslightmedia.com>
Tue, 5 Feb 2019 21:16:39 +0000 (16:16 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 5 Feb 2019 21:16:39 +0000 (16:16 -0500)
functions.php

index 889b840..23d5dee 100644 (file)
@@ -8,7 +8,7 @@ $frontPageId  = get_option('page_on_front');
 add_action('widgets_init', 'glm_quicksite_widget_init');
 
 define('FP_FLIPPING_BLOCKS_GROUP_ID', 17003); // L: 17003, Dev70:
-define('FP_GRID_BLOCKS_GROUP_ID', 17025); // L: 17025, Dev70:
+define('FP_GRID_BLOCKS_GROUP_ID', 18157); // L: 17025, Dev70:, Norax: 
 //define('')
 
 if (!function_exists('glm_quicksite_widget_init')) {