Follow the below steps to gain your solution.
Step 1:-
Goto admin >> System >> Configuration >> General >> Currency Setup Select your multiple currency
Step 2:-
System >> Manage Currency >> Rates , Import your currency after save Currency Rates
Please open header.phtml file from the below path and follow the further steps stated below:
app\design\frontend\mypackage\mytheme\template\page\html\header.phtml
Step 3:- Please add below code for currency_switcher
<?php echo $this->getChildHtml('currency_switcher') ?>
Step 4:- Add this code for toplinks signup
<?php echo $this->getChildHtml('topLinks') ?>.
Step 5:- Add this code for Contact Us link
<a href="<?php echo Mage::getBaseUrl().'contacts';?>" ><?php echo $this->__('Contact Us'); ?></a>
Hope this helps you!
Query solved? Accept as Solution.Thanks
Eric Baily