My page switches from english to german (when I click in the language tabs the front page switsches to english) but my menu stays the same (in german) ... intercentar.de
Could it be this code goes in the german template but in the english it should be different? I have the same code for both templates:
<!-- Umschaltung/switch -> DEUTSCH -->
<a h-ref="index.php?en{PHP:scripts/strip-prefix.php}" target="_self">{IMAGE:../bilder/english.gif}</a> <!-- Umschaltung/switch -> DEUTSCH -->
<a href="index.php?de{PHP:scripts/strip-prefix.php}" target="_self">{IMAGE:../bilder/deutsch.gif}</a></td>
Any help would be very much appreciated!! Thanks!!!
