From: Anthony Talarico Date: Tue, 1 Aug 2017 14:31:18 +0000 (-0400) Subject: changing defines for the blocks ids in the functions file X-Git-Tag: v1.0.0^2~88 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a31a2b661bee1f26dc71104cf191a596cca10647;p=WP-Themes%2Fbaragacounty.git changing defines for the blocks ids in the functions file --- 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);