removed duplicate title from subcat
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 16:42:43 +0000 (11:42 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 16:42:43 +0000 (11:42 -0500)
views/list_products.php

index 1718f3a..9ed44fa 100644 (file)
@@ -13,9 +13,9 @@
                 <div class="prodImgGrid small-12 columns"><a href="<?php echo $product->href; ?>">
                      <img id="catImg" src="<?php echo z_taxonomy_image_url($cats, array(320, 285)); ?>" class="image wp-post-image no-display" alt=" "  title="<?php echo $term->name; ?>" itemprop="image">
                 </div>
-                <div class="subCatGrid small-12 columns">
+<!--                <div class="subCatGrid small-12 columns">
                     <a href="<?php echo $cat->href . $term->term_id; ?>"><?php echo $term->name; ?></a>
-                </div>
+                </div>-->
                 <div class="prodTitleGrid small-12 columns">
                     <a href="<?php echo $cat->href . $term->term_id; ?>"><strong><?php echo $term->name; ?></strong></a>
                 </div>