If you need to get the current currency symbol for your website, use this :
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol()
why so simple ?
If you need to get the current currency symbol for your website, use this :
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol()
why so simple ?