From: Anthony Talarico Date: Wed, 2 Dec 2015 14:46:32 +0000 (-0500) Subject: fixed erroneous define values X-Git-Tag: v1.0.0^2~175 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4184bce098350c13e6b2ccdaf7f55b948121ea9a;p=WP-Themes%2Fstaffords.git fixed erroneous define values --- 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);