Magento - Get the current theme folder
If you ever needed to retrieve the path to your theme folder, you can easily do this by calling this function:
<?php echo $this->getSkinUrl('') ?>
The code above will return something similar to: http://www.yoursite.com/skin/frontend/default/default/
Post new comment