From b7b66120cc5876bd017ffd9d7a220ef39385e65b Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 3 Aug 2016 13:34:53 -0400 Subject: [PATCH] figuring out blocks --- parts/glm-blocks.php | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 0c2fd20..15da124 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -1,23 +1,9 @@ ID); -switch ($page_template) { -case 'front-page.php': - $defaultBlockGroup = DEFAULT_BLOCKS; - break; -case 'chamber-template.php': - $defaultBlockGroup = CHAMBER_BLOCKS; - break; -case 'blocks-demo-template.php': - $defaultBlockGroup = DEFAULT_BLOCKS; - break; -default: - $defaultBlockGroup = DEFAULT_BLOCKS; - break; - -} + ?> - +
-- 2.17.1