equal
deleted
inserted
replaced
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.png" /> |
142 </a> |
142 </a> |
143 </div> |
143 </div> |
144 <div class="column lang"> |
144 <div class="column lang"> |
145 <ul> |
145 <ul> |
146 <?php if (function_exists('xili_language_list') && is_user_logged_in() ) { |
146 <?php if (function_exists('xili_language_list')) {//&& is_user_logged_in() |
147 xili_language_list(); |
147 xili_language_list(); |
148 } ?> |
148 } ?> |
149 </ul> |
149 </ul> |
150 </div> |
150 </div> |
151 |
151 |