linking privacy and contact us page in the footer, moving the share this icon above...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Oct 2016 17:04:25 +0000 (13:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Oct 2016 17:04:25 +0000 (13:04 -0400)
index.php
parts/client-info-footer.php

index 3bf23fb..13a4f77 100644 (file)
--- a/index.php
+++ b/index.php
                 </div>
                 <div id="main-content" class="small-12 large-9 columns">
                     <div id="page-title" class="text-center">
-                        <?php echo "<h1>" . get_the_title() . "</h1>"; ?>
-                    </div> 
-                    
-                    <div id="addthis_wrapper">
+                       <div id="addthis_wrapper">
                         <!-- AddThis Button BEGIN -->
                         <div class="addthis_toolbox addthis_default_style ">
                             <a class="addthis_counter addthis_pill_style"></a>
@@ -23,6 +20,8 @@
                         <!--                                        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
                         <!-- AddThis Button END -->
                     </div><!--/#addthis_wrapper-->
+                        <?php echo "<h1>" . get_the_title() . "</h1>"; ?>
+                    </div> 
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <?php the_content();?>
                     <?php endwhile; else:?>
index 27849f3..0cdf68a 100644 (file)
@@ -15,9 +15,9 @@
                 <span class="bullet"> &#8226; </span><span><?php echo glm_get_clientinfo_option('phone2');?></span>
             <?php endif;?>
             <?php if (glm_get_clientinfo_option('email')) :?>
-                <br><a href="#"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
+                <br><a href="<? echo get_permalink( 634 ); ?>"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
             <?php endif;?>
-            <span class="divide">|</span> <a href="#">Privacy Policy</a>
+            <span class="divide">|</span> <a href="<?php echo get_permalink( 660 ); ?>">Privacy Policy</a>
         </div>
     </div>