Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 346 → Rev 347

/trunk/projet.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: projet.php,v 1.16 2008-08-25 15:26:18 alexandre_tb Exp $
// CVS : $Id: projet.php,v 1.17 2008-10-22 08:21:58 aperonnet Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.16 $
*@version $Revision: 1.17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
121,7 → 121,7
}
// Dans le cas de la presentation par arbre, on met les menus
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation)){
if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) || isset($controleur->_presentation)){
 
$sortie .= $controleur->menuGeneral() ;
}
234,6 → 234,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.16 2008-08-25 15:26:18 alexandre_tb
* encodage
*
* Revision 1.15 2007-06-25 12:15:06 alexandre_tb
* merge from narmer
*