Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active January 19, 2018 11:15
Show Gist options
  • Save ScarletPonytail/d519d5028b1ff8cfb2443c28d4675a30 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/d519d5028b1ff8cfb2443c28d4675a30 to your computer and use it in GitHub Desktop.
Magento - Get skin images or wysiwyg url for .phtml files
<!-- 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