Get Skin Directory URL With a Template

Posted on September 02, 2010 | Magento 1

This code gets the Skin URL for when you are including Images etc within your template.

<?php echo $this->getSkinUrl('images/YOURFILE.jpg') ?>

Please ensure you close the gap between < ? and ? >