Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 54 → Rev 55

/trunk/index.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: index.php,v 1.4 2005-07-21 19:03:12 florian Exp $
// CVS : $Id: index.php,v 1.5 2005-11-30 13:58:45 florian Exp $
/**
* Index
*
31,7 → 31,7
*@author Florian SCHMITT <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2005-07-21 19:03:12 $
*@version $Revision: 1.5 $ $Date: 2005-11-30 13:58:45 $
// +------------------------------------------------------------------------------------------------------+
*/
 
39,14 → 39,15
// | CORPS du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
if (BAZ_DANS_PAPYRUS==0) {include 'pagehaut.php';}
include "bazar.php";
echo afficherContenuCorps();
if (BAZ_DANS_PAPYRUS==0) {include 'pagebas.php';}
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/07/21 19:03:12 florian
* nouveautés bazar: templates fiches, correction de bugs, ...
*
* Revision 1.2 2005/02/22 15:34:04 florian
* integration dans Papyrus
*