$currency_code = Mage::app()->getStore()->getCurrentCurrencyCode();To get current currency symbol use:
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
$currency_code = Mage::app()->getStore()->getCurrentCurrencyCode();To get current currency symbol use:
Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
This helps to display widget content in your current theme product page.
if(!Mage::registry('current_product')): //Your text endif;