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:
157aff5
)
adding row class to container
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 23 Dec 2015 16:21:19 +0000
(11:21 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 23 Dec 2015 16:21:19 +0000
(11:21 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
dac48cc
..
53ee87a
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-21,7
+21,7
@@
<?php } ?>
<?php if($_COOKIE['view'] == "list"){ ?>
- <div id="listView">
+ <div id="listView"
class="row"
>
<?php if ( isset( $products ) && is_array( $products ) ) : foreach ( $products as $product ) : ?>
<!-- <div class="row view">-->
<div class="product list small-9 columns<?php if ($product->end){ echo ' end';}?>">