Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 584 → Rev 585

/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.7 2005-11-02 13:47:01 ddelon Exp $
// CVS : $Id: iw_integrateur.fonct.php,v 1.8 2005-11-02 13:51:50 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.7 $ $Date: 2005-11-02 13:47:01 $
*@version $Revision: 1.8 $ $Date: 2005-11-02 13:51:50 $
*
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
300,7 → 300,6
$GLOBALS['_PAPYRUS_']['erreur']->setActive(0);
 
 
// Autre possibilite : la page speciale MENU
 
global $wiki;
global $wikini_config_defaut;
323,8 → 322,9
 
$contenu=$wiki->LoadPage("PageMenu");
 
$sortie.=$wiki->Format("----");
$sortie.="<div id=\"menu_wikini\">";
$sortie.=$wiki->Format($contenu['body']);
$sortie.="</div>";
 
$_SERVER['PHP_SELF']=$server;