Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 271 | Rev 291 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
230 delphine 1
<div id="illustrations">
273 aurelien 2
<?php foreach($img as $url) : ?>
238 delphine 3
	<img alt="photos cel" src="<?=$url?>"/><br />
4
<?php endforeach; ?>
230 delphine 5
</div>