Guest User

Untitled

a guest
Jan 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="product_thumb">
  2. <div class="product_listimage">
  3. <a href="<?php echo JRoute::_( $item->link."&filter_category=".$this->cat->category_id ."&Itemid=".$item->itemid ); ?>">
  4. <?php echo TiendaHelperProduct::getImage($item->product_id); ?>
  5. </a>
  6. </div>
  7. <div class="reset"></div>
  8. </div>
Add Comment
Please, Sign In to add comment