Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1130 Rev 1243
Line 1... Line 1...
1
<div id="bibliographie">
1
<div class="onglet_contenu" id="bibliographie">
2
	<? if (isset($flores)) : ?>
2
	<? if (isset($flores)) : ?>
3
		<h2> Flores </h2>
3
		<h2> Flores </h2>
4
		<ul class="liste_biblio_flores">
4
		<ul class="liste_biblio_flores">
5
			<?php foreach($flores['liste_flores'] as $flore) : ?>
5
			<?php foreach($flores['liste_flores'] as $flore) : ?>
6
			<li class="item_biblio_flore"> <?= $flore ?></li>
6
			<li class="item_biblio_flore"> <?= $flore ?></li>