A download a: Contribution: Language/Currency Links in Header
Hay to install?
Whare to put code into tpl_header.php?
<!-- bof languages/currencies header display -->
<div id="navCurrenciesWrapper" class="forward">
<?php
if (HEADER_LANGUAGES_DISPLAY == 'True') require(DIR_WS_MODULES . 'header_languages.php');
if (HEADER_CURRENCIES_DISPLAY == 'True') require(DIR_WS_MODULES . 'header_currencies.php');
?>
</div>
<!-- eof languages/currencies header display -->


I trie to put code on end in file end nothing happen.


Whare to put new classes to my stylesheet so I can control the format of the currency links?

#navCurrenciesWrapper a {
color: #ffffff;
text-decoration: none;
}

#navCurrenciesWrapper a:hover {
color: #000000;
text-decoration: none;
}