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