Created
November 28, 2014 01:40
-
-
Save tomakun/9003a1f923e9f18b22b7 to your computer and use it in GitHub Desktop.
Same code without else
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ($this->getPackageImage()): ?> | |
<?php echo '<img src="'.$this->helper('catalog/image')->init($_product, 'package_image')->keepFrame(false)->resize(null, 300).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />'; ?> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment