Flag in header.php
-
Hi,
I would insert the flags selection in a custom position of my header.php.What is the PHP code that I must insert?
For QTranslate I used:
<?php if(function_exists('qtrans_generateLanguageSelectCode')){ ?> <div id="language-selector" class="xsmall lightblue flag_top"> <?php qts_language_menu('image'); // You can use image, text or both as an argument here ?> </div> <?php } ?>
but for your version It not works.
Thanks for the support.
Roberto.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Flag in header.php’ is closed to new replies.