Subversion Repositories Applications.papyrus

Rev

Rev 2006 | Go to most recent revision | Details | 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
24
  function afficherContenuPied() {
25
26
  	 return lancerCodeIgniter('admin_administrateur','index') ;
27
  }
28
?>