swapping the winter header image with a winter header image
$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-playland-4.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/summer-header.png\') no-repeat scroll 0px 0px / cover;;"></div></div>';
}
return $imageUrl;
}
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.27">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.30">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for SaultSteMarieCVB
-Version: 1.1.29
+Version: 1.1.30
*/