Subversion Repositories Applications.papyrus

Rev

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

Rev 1372 Rev 1532
Line 6... Line 6...
6
<?php elseif ($informations) : ?>
6
<?php elseif ($informations) : ?>
7
	<?php foreach ($informations as $information) : ?>
7
	<?php foreach ($informations as $information) : ?>
8
		<p class="pap_info"><?=$information;?></p>
8
		<p class="pap_info"><?=$information;?></p>
9
	<?php endforeach; ?>
9
	<?php endforeach; ?>
10
<?php endif; ?>
10
<?php endif; ?>
-
 
11
<?=$sortie;?>
11
<!-- INCLURE - FIN -->
12
<!-- INCLURE - FIN -->
12
13