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:
9132574
)
testing conditional for list view
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 16:47:41 +0000
(11:47 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Jan 2016 16:47:41 +0000
(11:47 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
9ed44fa
..
61e2bdf
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-42,7
+42,7
@@
<?php } ?>
-<?php if(
isset($_COOKIE['view'])
){ ?>
+<?php if(
$_COOKIE['view'] == "list"
){ ?>
<div id="listView" class="row">
<?php
$catNum = $_REQUEST[MICHSCI_CATEGORY_NAME];