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:
4c9075e
)
removed nested row from tags
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:00:50 +0000
(15:00 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:00:50 +0000
(15:00 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
435447f
..
29a26d6
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-28,7
+28,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
$shortcode_output = do_shortcode($value);
print $shortcode_output;
}?>
- <div class="gallery
small-12 medium-4 columns
">
+ <div class="gallery ">
<?php echo '<a href="#glm_gallery"> Product Gallery </a>'; ?>
<div id="tags">
<?php echo "<h2 id='tagsTitle'> Related Products </h2><br>";