Rev 2009 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/*
* Created on 23 févr. 2009
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
require_once GEN_CHEMIN_BIBLIO.'ci_initialisation.fonct.php' ;
function afficherContenuCorps() {
return lancerCodeIgniter('admin_administrateur','index') ;
}
/*
* afficherContenuTete()
* afficherContenuNavigation()
* afficherContenuMenu()
* afficherContenuPied()
*
*/
function afficherContenuPied() {
return lancerCodeIgniter('admin_administrateur','index') ;
}
?>