projects
/
WP-Themes
/
devdemo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7c31d
)
tweaking the blocks
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 3 Aug 2016 17:24:08 +0000
(13:24 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 3 Aug 2016 17:24:08 +0000
(13:24 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
00ebe63
..
0c2fd20
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-8,9
+8,13
@@
case 'front-page.php':
case 'chamber-template.php':
$defaultBlockGroup = CHAMBER_BLOCKS;
break;
+case 'blocks-demo-template.php':
+ $defaultBlockGroup = DEFAULT_BLOCKS;
+ break;
default:
$defaultBlockGroup = DEFAULT_BLOCKS;
break;
+
}
?>
<?php $blocks = fetch_all_glm_blocks($defaultBlockGroup);?>