Guest User

Untitled

a guest
Oct 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <div class="product-gallery">
  2. <div class="viewall">
  3. <h2>Our Featured Oils</h2>
  4. <a href="#" class="viewall-link">view all</a>
  5. </div>
  6. <div class="product-gallery-row bot-1">
  7. <div class="product-gallery-item span-7 append-1">
  8. <a href="<?php echo str_replace('&', '&', $products[$i]['href']); ?>"><img src="<?php echo $products[$i]['thumb']; ?>" title="<?php echo $products[$i]['name']; ?>" alt="<?php echo $products[$i]['name']; ?>" /></a>
  9. <h3><a href="#">Featured Oil Name</a></h3>
  10. </div><!-- end product-gallery-item -->
  11. <div class="product-gallery-item span-7 last">
  12. <a href="<?php echo str_replace('&', '&', $products[$i]['href']); ?>"><img src="<?php echo $products[$i]['thumb']; ?>" title="<?php echo $products[$i]['name']; ?>" alt="<?php echo $products[$i]['name']; ?>" /></a>
  13. <h3><a href="#">Featured Oil Name</a></h3>
  14. </div><!-- end product-gallery-item -->
  15. </div><!-- end product-gallery-row -->
  16. <div class="product-gallery-row bot-1">
  17. <div class="product-gallery-item span-7 append-1">
  18. <a href="<?php echo str_replace('&', '&', $products[$i]['href']); ?>"><img src="<?php echo $products[$i]['thumb']; ?>" title="<?php echo $products[$i]['name']; ?>" alt="<?php echo $products[$i]['name']; ?>" /></a>
  19. <h3><a href="#">Featured Oil Name</a></h3>
  20. </div><!-- end product-gallery-item -->
  21. <div class="product-gallery-item span-7 last">
  22. <a href="<?php echo str_replace('&', '&', $products[$i]['href']); ?>"><img src="<?php echo $products[$i]['thumb']; ?>" title="<?php echo $products[$i]['name']; ?>" alt="<?php echo $products[$i]['name']; ?>" /></a>
  23. <h3><a href="#">Featured Oil Name</a></h3>
  24. </div><!-- end product-gallery-item -->
  25. </div><!-- end product-gallery-row -->
  26. </div><!-- end product-gallery -->
  27. <div class="clear"></div>
Add Comment
Please, Sign In to add comment