From: Steve Sutton Date: Tue, 12 Jan 2016 15:35:29 +0000 (-0500) Subject: Update the default header image X-Git-Tag: v1.0.0^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=707eabeebf9bb912700bbdc75ae54f1950561b0d;p=WP-Themes%2Fstaffords.git Update the default header image --- diff --git a/assets/default-staffords.jpg b/assets/default-staffords.jpg new file mode 100644 index 0000000..69cc933 Binary files /dev/null and b/assets/default-staffords.jpg differ diff --git a/functions.php b/functions.php index c373821..55b6637 100644 --- a/functions.php +++ b/functions.php @@ -104,7 +104,7 @@ function glm_get_header() { echo ' id="feature-image" style="background-image: url('.$image_data[0].');height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 270px;max-height: 630px;"'; } else { - echo ' id="feature-image" style="background-image: url('.get_template_directory_uri().'/assets/slide-6.jpg);height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 270px;max-height: 630px;"'; + echo ' id="feature-image" style="background-image: url('.get_template_directory_uri().'/assets/default-staffords.jpg);height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 270px;max-height: 630px;"'; } echo '>'; echo '';