--- a/web/wp-content/themes/IRI-Theme/header.php Mon May 17 12:16:52 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/header.php Mon May 17 15:55:13 2010 +0000
@@ -138,17 +138,23 @@
<div class="column" id="header">
<div class="column">
<a href="<?php echo (get_option('home').$LANG_LINK); ?>/" class="logo">
- <img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo-iri-petit.png" />
+ <img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo-iri-petit_<?php echo($current_lang['lang']); ?>.png" />
</a>
- </div>
+ </div>
+
+ <!-- LANG MENU -->
<div class="column lang">
<ul>
- <?php if (function_exists('xili_language_list')) {//&& is_user_logged_in()
+ <li style="list-style: none;"><a href='http://www.iri.centrepompidou.fr/dev/~hurons/iri.centrepompidou.fr/?lang=en_us' title='View the english web site.'><img src="<?php bloginfo('stylesheet_directory'); ?>/images/flag_en_<?php echo($current_lang['lang']); ?>.gif" title="flag" /> in english</a></li>
+ <li style="list-style: none;"><a href='http://www.iri.centrepompidou.fr/dev/~hurons/iri.centrepompidou.fr/?lang=fr_fr' title='Voir le site en Français.'><img src="<?php bloginfo('stylesheet_directory'); ?>/images/flag_fr_<?php echo($current_lang['lang']); ?>.gif" title="drapeau"/> en français</a></li>
+ </ul>
+ <?php /* script de liste de langue remplacer par ce qui est au dessus
+ if (function_exists('xili_language_list')) {//&& is_user_logged_in()
xili_language_list();
- } ?>
- </ul>
+ }*/ ?>
</div>
+
</div>
<!-- Navigation -->