added related files header
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 16:08:25 +0000 (11:08 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 16:08:25 +0000 (11:08 -0500)
views/product_detail.php

index a9210bc..5d747fb 100644 (file)
@@ -21,6 +21,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
     </div>
  
     <div id="relatedFiles" class='small-12 medium-4 columns'>
+        <h2> Related Files </h2>
         <?php
             $key_value = get_post_custom_values('miproduct_related_products', $product->ID); 
             foreach($key_value as $key=>$value){