Guest User

Untitled

a guest
Oct 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <div style="height:180px; overflow:visible;">
  2. <center>
  3. <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" <?php if($GLOBALS['shopperpress']['analytics_tracking'] =="yes"){ ?>onclick="pageTracker._trackEvent('PRODUCTS', 'Gallery View Items', '<?php the_title(); ?>');"<?php } ?>>
  4. <img src="<?php if(strlen($DisplaayImage) <5 ){ echo bloginfo('template_url')."/images/noimg.gif"; }else{ echo SPImage($DisplaayImage,"m"); } ?>" alt="<?php the_title(); ?>" style="max-width:205px; max-height:190px;" />
  5. </a>
  6. </center>
  7. </div>
Add Comment
Please, Sign In to add comment