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:
28c13d6
)
removing sidebar-l attachment in shortcode
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:22:23 +0000
(14:22 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:22:23 +0000
(14:22 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
ee76f00
..
c8823b2
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-1,5
+1,5
@@
<?php if(!isset($_COOKIE['view']) || $_COOKIE['view'] == "grid"){ ?>
-<?php get_template_part('parts/sidebar-l'); ?>
+<?php
//
get_template_part('parts/sidebar-l'); ?>
<div id="gridView" class="row">
<?php
$cat_id = $_REQUEST[MICHSCI_CATEGORY_NAME];