projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2896f7f
)
fixed erroneous define values
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 2 Dec 2015 14:46:32 +0000
(09:46 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 2 Dec 2015 14:46:32 +0000
(09:46 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
5204410
..
2e1d8b3
100644
(file)
--- 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);