web/wp-content/themes/IRI-Theme/header.php
changeset 183 632ee16f1e91
parent 180 d8780eeb2607
child 186 80e8afdcb1c3
--- 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" /> &nbsp;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&ccedil;ais.'><img src="<?php bloginfo('stylesheet_directory'); ?>/images/flag_fr_<?php echo($current_lang['lang']); ?>.gif" title="drapeau"/> &nbsp;en fran&ccedil;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 -->