Magento Coding Solutions

Get Magento skin URL

<?php echo $this->getSkinUrl();?>
example
<?php echo $this->getSkinUrl('images/abc.php');?>

$this->getSkinUrl('images/imagename.gif', array('_secure'=>true));


No comments:

Post a Comment