Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <span class="cart-images">
  2. <?php
  3. if (!empty($prow->image))
  4. echo $prow->image->displayMediaThumb('', false);
  5. ?>
  6. </span>
  7.  
  8. str_replace('img', 'img width="100"', $subject)$prow->image->displayMediaThumb('', false));
  9.  
  10. .cart-images img{
  11. width: 100px;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement