Add new image for the default header
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Dec 2017 21:56:33 +0000 (16:56 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Dec 2017 21:56:33 +0000 (16:56 -0500)
From client.

assets/winter-sledding-2.png [new file with mode: 0644]
functions.php
style.css

diff --git a/assets/winter-sledding-2.png b/assets/winter-sledding-2.png
new file mode 100644 (file)
index 0000000..655cfc7
Binary files /dev/null and b/assets/winter-sledding-2.png differ
index 54434ce..bcfe090 100644 (file)
@@ -173,7 +173,7 @@ function glm_get_featured() {
         $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/Downtown.jpg\') no-repeat scroll 0px 0px / cover;;"></div></div>';
     }
     else {
-        $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/winter-sledding.png\') no-repeat scroll 0px 0px / cover;;"></div></div>';
+        $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/winter-sledding-2.png\') no-repeat scroll 0px 0px / cover;;"></div></div>';
     }
     return $imageUrl;
 }
index 63be917..0e8f6b8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: SaultSteMarieCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for SaultSteMarieCVB
-Version: 1.1.20
+Version: 1.1.21
 */