From 7c949a0e4c100ce64f29f794f2175fa053183662 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 1 May 2015 13:01:04 -0400 Subject: [PATCH] Update partials breadcrumb and blocks Blocks: update the code so it can be edited. Breadcrumbs: remove hr --- root/parts/bread-crumbs.php | 1 - root/parts/glm-blocks.php | 35 ++++++++++++++++++++++++++--------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/root/parts/bread-crumbs.php b/root/parts/bread-crumbs.php index cb7c2bc..7603ea0 100644 --- a/root/parts/bread-crumbs.php +++ b/root/parts/bread-crumbs.php @@ -3,6 +3,5 @@ echo "
"; bcn_display(); echo "
"; - echo '

'; } ?> diff --git a/root/parts/glm-blocks.php b/root/parts/glm-blocks.php index 03c65e1..b326991 100644 --- a/root/parts/glm-blocks.php +++ b/root/parts/glm-blocks.php @@ -1,9 +1,26 @@ -'; - glm_blocks_show(); - echo ''; - echo '

'; - } -} -?> \ No newline at end of file + + +
+ + + +
+

+ -- 2.17.1