From 4184bce098350c13e6b2ccdaf7f55b948121ea9a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 2 Dec 2015 09:46:32 -0500 Subject: [PATCH] fixed erroneous define values --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 5204410..2e1d8b3 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ require_once 'lib/navigation.php'; // Page Constants ///////////// define("DRAWBRIDGE_PAGE", 192 ); -define("DRAWBRIDGE_SLIDER", 48); +define("DRAWBRIDGE_SLIDER", 5880); define("DRAWBRIDGE_BLOCKS", 1555); define("ART_GALLERY_PAGE", 193); -- 2.17.1