Subversion Repositories Applications.papyrus

Rev

Rev 442 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 442 Rev 443
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: integrateur_wikini.php,v 1.6 2005-09-14 09:12:15 ddelon Exp $
24
// CVS : $Id: integrateur_wikini.php,v 1.7 2005-09-20 17:01:22 ddelon Exp $
25
/**
25
/**
26
* Integrateur de page Wikini
26
* Integrateur de page Wikini
27
*
27
*
28
* Application permettant d'intégrer des pages wikini dans Papyrus.
28
* Application permettant d'intégrer des pages wikini dans Papyrus.
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.6 $ $Date: 2005-09-14 09:12:15 $
36
*@version       $Revision: 1.7 $ $Date: 2005-09-20 17:01:22 $
37
*
37
*
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 206... Line 206...
206
				return $result;
206
				return $result;
207
			}
207
			}
Line 208... Line 208...
208
		
208
		
209
		}
209
		}
210
		else {
210
		else {
211
			return Parent::Method($method);
211
			return parent::Method($method);
212
		}
212
		}
Line 213... Line 213...
213
	}
213
	}
Line 248... Line 248...
248
  // Changement du niveau d'erreur pour éviter les Notices PHP dues à Wikini
248
  // Changement du niveau d'erreur pour éviter les Notices PHP dues à Wikini
249
  //  error_reporting(E_PARSE);
249
  //  error_reporting(E_PARSE);
Line 250... Line 250...
250
  
250
  
Line 251... Line -...
251
  // Autre possibilite : la page speciale MENU 
-
 
252
	
251
  // Autre possibilite : la page speciale MENU 
253
	
252
	
254
	global $wiki;
253
	global $wiki;
255
	global $wikini_config_defaut;
254
	global $wikini_config_defaut;
256
	$sortie='';
255
	$sortie='';