Corrected incorrectly referenced 'partart' into 'part'
authorLaury GvR <laury@gaslightmedia.com>
Tue, 7 Jun 2016 14:07:07 +0000 (10:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 7 Jun 2016 14:07:07 +0000 (10:07 -0400)
glm-associate-template.php

index cf0c847..f41afde 100644 (file)
@@ -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_partart('parts/content-section'); ?>
+                <?php get_template_part('parts/content-section'); ?>
             </div>
         </div>