Magento Solutions: Magento Code Snippet, Magento Tips
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