Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 564 → Rev 565

/trunk/client/integrateur_wikini/bibliotheque/iw_integrateur.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: iw_integrateur.fonct.php,v 1.2 2005-10-20 10:28:25 ddelon Exp $
// CVS : $Id: iw_integrateur.fonct.php,v 1.3 2005-10-21 22:22:16 ddelon Exp $
/**
* Fonctions de l'integrateur de page Wikini
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2005-10-20 10:28:25 $
*@version $Revision: 1.3 $ $Date: 2005-10-21 22:22:16 $
*
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
250,10 → 250,7
$GLOBALS['_PAPYRUS_']['erreur']->setActive(0);
 
// TODO
// Changement du niveau d'erreur pour éviter les Notices PHP dues à Wikini
// error_reporting(E_PARSE);
// Autre possibilite : la page speciale MENU
global $wiki;
274,9 → 271,7
 
$server=$_SERVER['PHP_SELF'];
$_SERVER['PHP_SELF']="wakka.php";
// Sinon Affichage Page Menu (configurable TODO ?)
$contenu=$wiki->LoadPage("PageMenu");
$sortie.=$wiki->Format("----");