Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter asking244

    (@asking244)

    Thanks, but i mean:

    <?php if (qtrans_getLanguage() == 'en') : ?>
    <a href="https://www.domain.de/en"><img src="https://www.domain.de/wp-content/themes/my/images/eng.jpg" width="1024" height="200" /></a>
    <?php else : ?>
    <a href="https://www.domain.de/de"><img src="https://www.domain.de/wp-content/themes/my/images/de.jpg" width="1024" height="200" /></a>
    <?php endif; ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    NEXT QUESTION:

    <?php echo qtrans_generateLanguageSelectCode(‘image’); ?>

    IT WORKS perfect in horizontal Navigationmenü!!!

    <?php echo qtrans_generateLanguageSelectCode(‘text’); ?>

    IT DOESNT WORK in horizontal Navigationmenü.
    In IE and Firefox i don′t see anythink. In Opera i see little text.

    WHATS HAPPEND?????

    Thank you a lot!

Viewing 1 replies (of 1 total)