changing the narrow template to accommodate the elements of petoskey instead of mount...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 10 Aug 2016 19:17:47 +0000 (15:17 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 10 Aug 2016 19:17:47 +0000 (15:17 -0400)
page-narrow-template.php

index 647a512..db88d10 100644 (file)
@@ -4,18 +4,10 @@
  */
 get_header(); ?>
 <main class="page-inside">
-    <div id="head-img">
-        <?php echo glm_get_background(); ?>
-    </div>
-    <div class="row">
-        <div class="small-12 columns">
-            <h2 id="slide-text">Life… Is Good… In The Center Of It All</h2>
-        </div>
-    </div>
-    <?php get_template_part('parts/reservation-form');?>
-    <div class="row">
-        <img class="orb-shadow" src="<?php bloginfo('template_url'); ?>/assets/shadow-lrg.jpg">
+    <div id="header-image" class="page-header">
+        <?php echo glm_get_header();?>
     </div>
+
     <?php if (is_page("kitchensink")) {
     ?>
     <div id="content-wrapper">
@@ -39,7 +31,7 @@ get_header(); ?>
                         <?php endif;?>
                 </div>
             </div>
-            <?php get_template_part('parts/interior-footer'); ?>
+
         </div>
         <?php } ?>
 <?php get_footer(); ?>