Subversion Repositories Applications.papyrus

Rev

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

Rev 2006 Rev 2009
Line 1... Line 1...
1
<?php
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
 */
-
 
Line 8... Line 2...
8
 
2
 
Line 9... Line 3...
9
 require_once GEN_CHEMIN_BIBLIO.'ci_initialisation.fonct.php' ;
3
 require_once GEN_CHEMIN_BIBLIO.'ci_initialisation.fonct.php' ;
10
 
4
 
-
 
5
 function afficherContenuCorps() {
11
 function afficherContenuCorps() {
6
 	
-
 
7
 	if($GLOBALS['_GEN_commun']['pear_auth']->getAuth()) { 
-
 
8
 		return executerCodeIgniter('admin_administrateur') ;
-
 
9
 	} else {
Line 12... Line 10...
12
	
10
 		return executerCodeIgniter('admin_administrateur','demander_ident') ;
13
 	return lancerCodeIgniter('admin_administrateur','index') ;
11
 	}
14
 		
12
 		
15
}
13
}
16
 /*
14
 /*
17
  * afficherContenuTete()
15
  * afficherContenuTete()
18
  * afficherContenuNavigation()
16
  * afficherContenuNavigation()
19
  * afficherContenuMenu()
17
  * afficherContenuMenu()
-
 
18
  * afficherContenuPied()
-
 
19
  * 
-
 
20
  */
-
 
21
  
-
 
22
  function afficherContenuTete() {
-
 
23
  	
-
 
24
  //	return executerCodeIgniter('admin_administrateur','admin_tete') ;
-
 
25
  }
-
 
26
  
20
  * afficherContenuPied()
27
  function afficherContenuPied() {