Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 217 | Rev 320 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 217 Rev 259
Line 30... Line 30...
30
		</tr>
30
		</tr>
Line 31... Line 31...
31
		
31
		
32
		<tr>
32
		<tr>
33
			<th> stades </th> 
33
			<th> stades </th> 
34
			<?php foreach($evenements as $evenement) : ?>
34
			<?php foreach($evenements as $evenement) : ?>
35
				<?php foreach($evenement['stades'] as $stade) : ?>
35
				<?php foreach($evenement['stades'] as $id_stade => $stade) : ?>
36
					<th class="stade_evenement"> 
36
					<th title="<?= $evenement['description'][$id_stade]; ?>" class="stade_evenement"> 
37
						<?= $stade ?> 
37
						<?= $stade ?> 
38
					</th>
38
					</th>
39
				<?php endforeach; ?>
39
				<?php endforeach; ?>
40
			<?php endforeach; ?>
40
			<?php endforeach; ?>