Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 271 Rev 273
Line 1... Line 1...
1
<div id="illustrations">
1
<div id="illustrations">
2
<?php foreach($donnees as $url) : ?>
2
<?php foreach($img as $url) : ?>
3
	<img alt="photos cel" src="<?=$url?>"/><br />
3
	<img alt="photos cel" src="<?=$url?>"/><br />
4
<?php endforeach; ?>
4
<?php endforeach; ?>
5
</div>
5
</div>
6
6