reverting changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:17:00 +0000 (14:17 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:17:00 +0000 (14:17 -0500)
views/list_categories.php

index 45103cb..99592db 100644 (file)
@@ -1,6 +1,6 @@
 <?php if(!isset($_COOKIE['catView']) || $_COOKIE['catView'] == "grid"){ ?>
 <div id="categoriesGridView" class="row">
-<?php get_template_part('parts/sidebar-l'); ?>
+<?php //get_template_part('parts/sidebar-l'); ?>
 <?php
     if ( isset( $taxonomy_terms) && is_array( $taxonomy_terms ) ) :
         foreach ( $taxonomy_terms  as $term ) : ?>