projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7995a6c
)
-m Add breadcrumbs to associate tempalte
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 16 May 2016 17:46:37 +0000
(13:46 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 16 May 2016 17:46:37 +0000
(13:46 -0400)
glm-associate-template.php
patch
|
blob
|
history
diff --git
a/glm-associate-template.php
b/glm-associate-template.php
index
15090c6
..
ccd755f
100644
(file)
--- a/
glm-associate-template.php
+++ b/
glm-associate-template.php
@@
-11,6
+11,7
@@
Template Name: GLM Associate Template
<div id="content-wrapper">
<div class="row">
<div id="main-content" class="small-12 columns">
+ <?php get_template_part('parts/bread-crumbs'); ?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>