Wednesday, 15 June 2011

base url in magento

we can get the base url of magento site with the code below, 
just place this code anywhere in .phtml file and you will 
get the base url of your magento site.
<?php echo Mage::getBaseUrl(); ?>

No comments:

Post a Comment