I added the new logo to the footer
authorIan Weller <ian@gaslightmedia.com>
Mon, 10 Jul 2017 16:08:43 +0000 (12:08 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 10 Jul 2017 16:08:43 +0000 (12:08 -0400)
I added the new logo design to the footer location that has the logo.

footer.php

index 06df28d..cf084ba 100644 (file)
@@ -4,7 +4,7 @@
                             <?php endif;?>
                             <div class="row">
                                 <div class="small-12 medium-6 large-4 columns small-text-center">
-                                    <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri();?>/assets/logo.gif"></a>
+                                    <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri();?>/assets/Driftwood-NEW-LOGO.png"></a>
                                 </div>
                                 <div class="medium-6 large-3 columns show-for-medium-up">
                                     <?php get_template_part('parts/client-info-footer');?>