Get correct jpg or png in correct places.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 9 May 2017 18:54:51 +0000 (14:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 9 May 2017 18:54:51 +0000 (14:54 -0400)
Test out which one goes were to make sure which one needs to be png and
which one needs to be jpg

parts/top-bar_drawbridge.php
style.css

index 0339d5d..85baa55 100644 (file)
@@ -31,7 +31,7 @@
     <section class="middle tab-bar-section">
 
         <?php if($bridgePage):?>
-            <a href="<?php echo get_page_link($bridgePage->ID);?>"><img class="show-for-medium-only" src="<?php bloginfo('template_url'); ?>/assets/staffords-noggin-room.jpg"></a>
+            <a href="<?php echo get_page_link($bridgePage->ID);?>"><img class="show-for-medium-only" src="<?php bloginfo('template_url'); ?>/assets/staffords-noggin-room.png"></a>
         <?php endif;?>
         <span>Book Now</span>
     </section>
index ae7fdb1..5df7bc1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.38
+Version: 1.0.39
 */