mqtranslate: qtrans_getLanguage() does not work
-
Hi folks!
I try to change a hard coded footer to show on different pages differently.
e.g. three different footerhere is the code:
<?php if (is_page(array(108,110,112))) { echo '<p>Deutscher Text & Impressum</a></p>'; } else if (( qtrans_getLanguage() == 'en' ) and (is_page(array(108,110,112)))) { echo '<p>English Text & Imprint</p>'; } else { echo '<div id="footer-inner"><p>Impressum</p>'; } ?>
Anyone with a hint, were the error is? The section with the else if code never works. Instead I got on the chosen pages the normal German version…
Cheers.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘mqtranslate: qtrans_getLanguage() does not work’ is closed to new replies.