projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd56d1
)
reverting changes
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:17:00 +0000
(14:17 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:17:00 +0000
(14:17 -0500)
views/list_categories.php
patch
|
blob
|
history
diff --git
a/views/list_categories.php
b/views/list_categories.php
index
45103cb
..
99592db
100644
(file)
--- a/
views/list_categories.php
+++ b/
views/list_categories.php
@@
-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 ) : ?>