If you ever needed to retrieve the path to your theme folder, you can easily do this by calling this function:
1 |
<?php echo $this->getSkinUrl(''); ?> |
The code above will return something similar to: http://www.yoursite.com/skin/frontend/default/default/
Leave a Comment