added id to h2 title tag
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 21:22:01 +0000 (16:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 21:22:01 +0000 (16:22 -0500)
views/product_detail.php

index cc662fb..540a936 100644 (file)
@@ -38,7 +38,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
     <div class="gallery small-12 medium-4 columns">
           <?php echo '<a href="#glm_gallery"> Gallery </a>'; ?>
           <div id="tags">
-          <?php echo "<h2> Tags </h2><br>"; 
+          <?php echo "<h2 id='tagsTitle'> Tags </h2><br>"; 
                 $args = array(
                 "hide_empty"=>false
             );