Get Base Url , Skin Url , Media Url , Js Url , Store Url and Current Url
Here’s a Magento Code guide on how to inject the essential Url’s into your phtml template file. Whether trying to reference an image in your media folder or you want to include some javascript top the page. This is how its done: Code in php 1. Get Base Url : Mage::getBaseUrl(); 2. Get Skin Url…