From: Laury GvR Date: Mon, 1 Dec 2014 19:38:17 +0000 (-0500) Subject: Blog link. X-Git-Tag: v1.0.0~54^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=954705cf9bddf11e92a38e5e84f6e84d91ca59d6;p=WP-Themes%2FPrestonFeather.git Blog link. --- diff --git a/header.php b/header.php index 79ca474..484c6cf 100644 --- a/header.php +++ b/header.php @@ -28,7 +28,7 @@
- +
diff --git a/page-343.php b/page-343.php index 4c7be17..63ee37f 100644 --- a/page-343.php +++ b/page-343.php @@ -9,7 +9,7 @@ echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "'; } else { - echo ' style="display:none;"'; + echo ' style="background: url('.get_template_directory_uri().'/assets/header_img.jpg)"'; } ?> > diff --git a/page.php b/page.php index ee392bf..c900978 100644 --- a/page.php +++ b/page.php @@ -9,7 +9,7 @@ echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "'; } else { - echo ' style="display:none;"'; + echo ' style="background: url('.get_template_directory_uri().'/assets/header_img.jpg)"'; } ?> >