Added 'toys-and-games' which was on the site changed from 'toys'
authorLaury GvR <laury@gaslightmedia.com>
Thu, 2 Jul 2015 17:32:22 +0000 (13:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 2 Jul 2015 17:32:22 +0000 (13:32 -0400)
parts/soc-bottom.php
sidebar.php

index c22b36c..91c4602 100644 (file)
@@ -1,5 +1,5 @@
                     <?php if(!is_woocommerce() && !is_shop() && !is_category() && !is_cart() && !is_checkout() && !is_account_page() &&
-                    !is_page( array('product-category','cart','checkout','my-account', 'books','clothing','dvd-cd','souvenir','toys'))) { ?>
+                    !is_page( array('product-category','cart','checkout','my-account', 'books','clothing','dvd-cd','souvenir','toys-and-games'))) { ?>
 
                     <div id="soc-bottom" class="social">
                         <a target="_blank" href="http://www.facebook.com/#!/GilmoreCarMuseum"><img src="<?php bloginfo('template_url'); ?>/assets/facebook.png"></a>
index 2fa1c3f..51fd196 100644 (file)
@@ -2,7 +2,7 @@
             <div class="medium-3 columns show-for-medium-up sidebar">
 
             <?php if(!is_woocommerce() && !is_shop() && !is_category() && !is_cart() && !is_checkout() && !is_account_page() &&
-                    !is_page( array('product-category','cart','checkout','my-account', 'books','clothing','dvd-cd','souvenir','toys'))) { ?>
+                    !is_page( array('product-category','cart','checkout','my-account', 'books','clothing','dvd-cd','souvenir','toys-and-games'))) { ?>
 
                 <?php glm_side_menu(); ?>