From: Anthony Talarico Date: Tue, 24 Apr 2018 18:52:35 +0000 (-0400) Subject: changing the winter header image for interior pages with a summer image X-Git-Tag: v1.1.30^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e887a9c04f8c339c7db54f99ce3d685278e19809;p=WP-Themes%2Fsaultstemarie.git changing the winter header image for interior pages with a summer image swapping the winter header image with a winter header image --- diff --git a/assets/summer-header.png b/assets/summer-header.png new file mode 100644 index 0000000..51e2445 Binary files /dev/null and b/assets/summer-header.png differ diff --git a/functions.php b/functions.php index c21aa5e..b74a9c8 100644 --- a/functions.php +++ b/functions.php @@ -173,7 +173,7 @@ function glm_get_featured() { $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; } diff --git a/header.php b/header.php index 6ab6e9a..bf8dc9e 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 4a24613..d3b176a 100644 --- 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.29 +Version: 1.1.30 */