equal
deleted
inserted
replaced
122 <?php print $translate->_("Anglais"); ?> |
122 <?php print $translate->_("Anglais"); ?> |
123 </a> |
123 </a> |
124 </li> |
124 </li> |
125 </ul> |
125 </ul> |
126 </div> |
126 </div> |
|
127 <ul> |
127 <?php |
128 <?php |
128 $basepath = dirname(__FILE__)."/"; |
129 $basepath = dirname(__FILE__)."/"; |
129 $partenaires = $translate->_('config__partenaires'); |
130 $partenaires = $translate->_('config__partenaires'); |
130 foreach ($config['event_list'] as $i => $rep) { |
131 foreach ($config['event_list'] as $i => $rep) { |
131 |
132 |
145 if(is_array($archive_description)) { |
146 if(is_array($archive_description)) { |
146 $archive_description = $archive_description[0]; |
147 $archive_description = $archive_description[0]; |
147 } |
148 } |
148 |
149 |
149 ?> |
150 ?> |
150 <div class="archivesVideoBox"> |
151 <div class="archivesVideoBox"> |
151 <a href="<?php echo URL_ROOT . $rep ?>"> |
152 <a href="<?php echo URL_ROOT . $rep ?>"> |
152 <img src="<?php echo URL_ROOT . "$rep/$tail_img" ?>" width="270" height="150"/> |
153 <img src="<?php echo URL_ROOT . "$rep/$tail_img" ?>" width="270" height="150"/> |
153 </a> |
154 </a> |
154 <h3 class="AVBtitle"><?php echo $archive_title ?></h3> |
155 <h3 class="AVBtitle"><?php echo $archive_title ?></h3> |
155 <p class="AVBtext"><?php echo $archive_description; ?></p> |
156 <p class="AVBtext"><?php echo $archive_description; ?></p> |
156 </div> |
157 </div> |
157 <?php |
158 <?php |
158 |
159 |
159 } |
160 } |
160 |
161 |
161 ?> |
162 ?> |
|
163 </ul> |
162 </div> |
164 </div> |
163 <div class="footer"> |
165 <div class="footer"> |
164 <hr /> |
166 <hr /> |
165 <?php |
167 <?php |
166 include dirname(__FILE__).'/'.$rep.'/config.php'; |
168 include dirname(__FILE__).'/'.$rep.'/config.php'; |