adding last few menu short codes
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Oct 2015 16:29:29 +0000 (12:29 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Oct 2015 16:29:29 +0000 (12:29 -0400)
header.php
page_about-interior.php
page_about.php
page_art-gallery-interior.php

index 54cc561..e541cd9 100644 (file)
@@ -25,7 +25,7 @@
                                 </nav>
                             </div>
                             <div class="right large-4">
-                                <ul>
+                                <ul class="social">
                                     <li><a href="#">About</a></li>
                                     <li><a class="share" target="_blank" href="#"></a></li>
                                     <li><a class="facebook" target="_blank" href="#"></a></li>
index e8c28ad..d036509 100644 (file)
@@ -5,7 +5,7 @@ Template Name: About Page Interior
 ?>
 <?php get_header(); ?>
     <header id="about-head">
-        <?php get_template_part('parts/about');?>
+        <?php get_template_part('parts/top-bar_about');?>
         <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/interior-page');?>    
index 9d55eb2..3130b07 100644 (file)
@@ -5,7 +5,7 @@ Template Name: About Page
 ?>
 <?php get_header(); ?>
     <header id="about-head">
-        <?php get_template_part('parts/about');?>
+        <?php get_template_part('parts/top-bar_about');?>
         <?php get_template_part('parts/slide-show');?>
     </header>
     <?php get_template_part('parts/first-page');?>    
index 94247df..8e90e3d 100644 (file)
@@ -5,7 +5,7 @@ Template Name: Stafford's Art Gallery Interior
 ?>
 <?php get_header(); ?>
     <header id="art-head">
-        <?php get_template_part('parts/');?>
+        <?php get_template_part('parts/top-bar_art-gallery');?>
         <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/interior-page');?>