Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 230 → Rev 238

/trunk/modules/fiche/squelettes/fiche_illustrations.tpl.html
1,3 → 1,5
<div id="illustrations">
Illustrations
<?php foreach($img as $url) : ?>
<img alt="photos cel" src="<?=$url?>"/><br />
<?php endforeach; ?>
</div>