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:
46853ee
)
Corrected incorrectly referenced 'partart' into 'part'
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 7 Jun 2016 14:07:07 +0000
(10:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 7 Jun 2016 14:07:07 +0000
(10:07 -0400)
glm-associate-template.php
patch
|
blob
|
history
diff --git
a/glm-associate-template.php
b/glm-associate-template.php
index
cf0c847
..
f41afde
100644
(file)
--- a/
glm-associate-template.php
+++ b/
glm-associate-template.php
@@
-12,7
+12,7
@@
Template Name: GLM Associate Template
<div class="row">
<div id="main-content" class="small-12 columns">
<?php // get_template_part('parts/bread-crumbs'); ?>
- <?php get_template_part
art
('parts/content-section'); ?>
+ <?php get_template_part('parts/content-section'); ?>
</div>
</div>