Last active
January 19, 2018 11:15
-
-
Save ScarletPonytail/d519d5028b1ff8cfb2443c28d4675a30 to your computer and use it in GitHub Desktop.
Magento - Get skin images or wysiwyg url for .phtml files
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
<!-- Image from skin folder --> | |
<img src="<?php echo $this->getSkinUrl();?>images/icon-email.svg" /> | |
<!-- Image from wysiwyg folder --> | |
<img src="<?php echo $this->getUrl('') ?>media/wysiwyg/beer-logo.jpg" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment