hi
i would like to have a shop logo that's change if you select an other language. now i've added the following script in the header.php:
<?php
if(strstr($HTTP_ACCEPT_LANGUAGE,"en"))
{
echo("<img src="./images/my-english-logo.gif" border="0" alt="mydomain.com">");
}
elseif(strstr($HTTP_ACCEPT_LANGUAGE,"de")) {
echo("<img src="./images/my-german-logo.gif" border="0" alt="mydomain.com">");
}
else
{
echo("<img src="./images/my-english-logo.gif" border="0" alt="