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:
f73320b
)
Update parent block ids
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 19 Nov 2015 15:41:33 +0000
(10:41 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 19 Nov 2015 15:41:33 +0000
(10:41 -0500)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
ec9b276
..
1b72a5a
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-1,11
+1,11
@@
<?php if(function_exists('fetch_all_glm_blocks')):?>
<?php
-$defaultBlockGroup =
118
;
+$defaultBlockGroup =
76
;
if (is_page_template('page_bay-view.php')) {
- $defaultBlockGroup = 1
406
;
+ $defaultBlockGroup = 1
17
;
}
if (is_page_template('page_crooked-river.php')) {
- $defaultBlockGroup =
11
7;
+ $defaultBlockGroup =
7
7;
}
?>
<?php $blocks = fetch_all_glm_blocks($defaultBlockGroup);?>