Grabbing the store code from Magento can be quite easy. The following code has always done the trick for me.
<?php echo Mage::app()->getStore()->getCode(); ?>
Grabbing the store code from Magento can be quite easy. The following code has always done the trick for me.
<?php echo Mage::app()->getStore()->getCode(); ?>