Subversion Repositories Applications.annuaire

Rev

Rev 298 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 298 Rev 428
Line 1... Line 1...
1
<?php Plugin::Initialiser('cotisation'); 
1
<?php Plugin::Initialiser('cotisation'); 
2
$gestion_cotisation = new Cotisation(); 
2
$gestion_cotisation = new Cotisation(); 
3
$sortie_plugin = $gestion_cotisation->executerPlugin(); ?>
3
$sortie_plugin = $gestion_cotisation->executerPlugin(); ?>
4
 
4
 
5
<div id="navigation_annuaire"> <?=$navigation ?> </div>
5
<div id="navigation_annuaire"> <?=$navigation ?> </div>
6
 
6
 
7
	
7
	
8
	<div id="infos_cotisations">
8
	<div id="infos_cotisations">
9
		<?= $sortie_plugin; ?>
9
		<?= $sortie_plugin; ?>
10
	</div>
10
	</div>
11
11