equal
deleted
inserted
replaced
136 <div class="container"> |
136 <div class="container"> |
137 <!-- Header --> |
137 <!-- Header --> |
138 <div class="column" id="header"> |
138 <div class="column" id="header"> |
139 <div class="column"> |
139 <div class="column"> |
140 <a href="<?php echo (get_option('home').$LANG_LINK); ?>/" class="logo"> |
140 <a href="<?php echo (get_option('home').$LANG_LINK); ?>/" class="logo"> |
141 <img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo-iri-petit.png" /> |
141 <img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo-iri-petit_<?php echo($current_lang['lang']); ?>.png" /> |
142 </a> |
142 </a> |
143 </div> |
143 </div> |
|
144 |
|
145 <!-- LANG MENU --> |
144 <div class="column lang"> |
146 <div class="column lang"> |
145 <ul> |
147 <ul> |
146 <?php if (function_exists('xili_language_list')) {//&& is_user_logged_in() |
148 <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> |
|
149 <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> |
|
150 </ul> |
|
151 <?php /* script de liste de langue remplacer par ce qui est au dessus |
|
152 if (function_exists('xili_language_list')) {//&& is_user_logged_in() |
147 xili_language_list(); |
153 xili_language_list(); |
148 } ?> |
154 }*/ ?> |
149 </ul> |
|
150 </div> |
155 </div> |
|
156 |
151 |
157 |
152 </div> |
158 </div> |
153 |
159 |
154 <!-- Navigation --> |
160 <!-- Navigation --> |
155 <div class="column span-24 large" id="nav"> |
161 <div class="column span-24 large" id="nav"> |