fixed erroneous define values
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 2 Dec 2015 14:46:32 +0000 (09:46 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 2 Dec 2015 14:46:32 +0000 (09:46 -0500)
functions.php

index 5204410..2e1d8b3 100644 (file)
@@ -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);