Added background to home, search, single
authorLaury GvR <laury@gaslightmedia.com>
Fri, 19 Feb 2016 15:49:25 +0000 (10:49 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 19 Feb 2016 15:49:25 +0000 (10:49 -0500)
home.php
search.php
single.php

index bbcac86..f147549 100644 (file)
--- a/home.php
+++ b/home.php
@@ -1,4 +1,7 @@
 <?php get_header(); ?>
+   
+<?php echo glm_get_background(); ?>
+
 <div id="panel">
     <div class="row">
         <div class="small-12 columns">
index 7396cbd..758f4c0 100644 (file)
@@ -1,6 +1,6 @@
-
-    
 <?php get_header(); ?>
+   
+<?php echo glm_get_background(); ?>
 
 <div class="row">
     <h2 class="search-result-header">Search Results for "<?php echo get_search_query(); ?>"...</h2>
index cdf771b..5baa385 100644 (file)
@@ -1,4 +1,7 @@
 <?php get_header(); ?>
+   
+<?php echo glm_get_background(); ?>
+
 <?php do_action('foundationPress_before_content'); ?>
 <article <?php post_class() ?> id="interior">
     <?php GLM_get_header(); ?>