From a31a2b661bee1f26dc71104cf191a596cca10647 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 1 Aug 2017 10:31:18 -0400 Subject: [PATCH] changing defines for the blocks ids in the functions file --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 357bd14..7195fed 100644 --- a/functions.php +++ b/functions.php @@ -18,15 +18,15 @@ define("GOVERNMENT_BLOCKS", 25); define("CHAMBER_PAGE", 193); define("CHAMBER_SLIDER", 5881); -define("CHAMBER_BLOCKS", 27); +define("CHAMBER_BLOCKS", 4326); define("VISITOR_PAGE", 188); define("VISITOR_SLIDER", 5876); -define("VISITOR_BLOCKS", 26); +define("VISITOR_BLOCKS", 4325); define("ECONOMIC_PAGE", 190); define("ECONOMIC_SLIDER", 5878); -define("ECONOMIC_BLOCKS", 34); +define("ECONOMIC_BLOCKS", 4327); define("DEFAULT_BLOCKS", 24); define("DEFAULT_SLIDER", 21); -- 2.17.1