You are on page 1of 1

primeiro: <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stri pTags($this->getImageLabel($_product, 'small_image'), null, true) ?

>" class="pro duct-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(180); ?>" width="180" height="180" alt="<?php echo $this ->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></ a>

segundo: <a href="<?php echo $_product->getProductUrl() ?>" title="<?ph p echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, tr ue) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image' )->init($_product, 'small_image')->resize(210); ?>" width="210" height="210" alt ="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), nu ll, true) ?>" /></a>

You might also like