Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
2004 Aurélien 1
<?php
2
/*
3
 * Created on 23 févr. 2009
4
 *
5
 * To change the template for this generated file go to
6
 * Window - Preferences - PHPeclipse - PHP - Code Templates
7
 */
8
9
 require_once GEN_CHEMIN_BIBLIO.'ci_initialisation.fonct.php' ;
10
11
 function afficherContenuCorps() {
12
13
 	return lancerCodeIgniter('admin_administrateur','index') ;
14
15
}
16
 /*
17
  * afficherContenuTete()
18
  * afficherContenuNavigation()
19
  * afficherContenuMenu()
20
  * afficherContenuPied()
21
  *
22
  */
23
?>