projects
/
WP-Themes
/
lakesideclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f03a9
)
fixing page id in the functions file for the owners page id function
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 9 Oct 2018 14:13:24 +0000
(10:13 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 9 Oct 2018 14:13:24 +0000
(10:13 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
c7a3805
..
c1eacd9
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-2,7
+2,7
@@
require_once 'lib/menu-walker.php';
require_once 'lib/navigation.php';
-define('OWNERS_FRONTPAGE_ID',
469
); // A: 469, L: 18, dev: 22
+define('OWNERS_FRONTPAGE_ID',
22
); // A: 469, L: 18, dev: 22
define('OWNERS_FRONTPAGE_BLOCKS_ID', 28); // A: , L: 35, dev: 28
define('MAIN_FRONTPAGE_BLOCKS_ID', 29); // A: , L: 34, dev: 29
$ancestorId = null;