removed glm get header from archive.php
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 18:41:00 +0000 (13:41 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 18:43:38 +0000 (13:43 -0500)
archive.php
functions.php

index a6c8f8c..66455a2 100644 (file)
@@ -1,12 +1,12 @@
 <?php get_header(); ?>
 <header>
     <?php get_template_part('parts/top-bar_main');?>
-    <?php get_template_part('parts/head-image');?>
+    <?php get_template_part('parts/head-image');?>  
 </header>
 <?php get_template_part('parts/off-canvas_main');?>
 <main class="blog-archive">
     <article <?php post_class() ?> id="interior">
-        <?php GLM_get_header(); ?>
+        
     </article>
     <div class="row">
         <div id="blog-posts-over" class="small-12 medium-9 columns">
index ee843b0..6997d7b 100644 (file)
@@ -107,7 +107,7 @@ function glm_get_header() {
             echo ' id="feature-image" style="background-image: url('.get_template_directory_uri().'/assets/slide-6.jpg);height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 270px;max-height: 630px;"';
     
     echo '>';
-    echo '</div>';
+    echo '</div>'; 
     echo '<div class="row">';
     echo '<div class="small-12 columns">';
     echo '</div>';