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:
344a212
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 14:14:02 +0000
(09:14 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 14:14:02 +0000
(09:14 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
f0cd2aa
..
c618194
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-20,7
+20,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<?php echo get_the_post_thumbnail($product->ID, 'large'); ?>
</div>
- <div id="relatedFiles" class='small-12 medium-
3
columns'>
+ <div id="relatedFiles" class='small-12 medium-
4
columns'>
<?php
$key_value = get_post_custom_values('miproduct_related_products', $product->ID);
foreach($key_value as $key=>$value){
@@
-43,7
+43,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
the_content();
?>
</div>
- <div class="gallery small-12 medium-
3
columns">
+ <div class="gallery small-12 medium-
4
columns">
<?php echo '<a href="#glm_gallery"> Gallery </a>'; ?>
</div>