| 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.12 2005-10-31 17:12:00 ddelon Exp $
|
24 |
// CVS : $Id: integrateur_wikini.php,v 1.13 2006-04-28 12:41:26 florian 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.12 $ $Date: 2005-10-31 17:12:00 $
|
36 |
*@version $Revision: 1.13 $ $Date: 2006-04-28 12:41:26 $
|
| 37 |
*
|
37 |
*
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| 39 |
// | ENTETE du PROGRAMME |
|
39 |
// | ENTETE du PROGRAMME |
|
| 40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 46... |
Line 46... |
| 46 |
*
|
46 |
*
|
| 47 |
* @return string
|
47 |
* @return string
|
| 48 |
* @access public
|
48 |
* @access public
|
| 49 |
*/
|
49 |
*/
|
| Line 50... |
Line 50... |
| 50 |
|
50 |
|
| Line 51... |
Line 51... |
| 51 |
require_once 'client/integrateur_wikini/bibliotheque/iw_integrateur.fonct.php';
|
51 |
require_once 'bibliotheque/iw_integrateur.fonct.php';
|
| 52 |
|
52 |
|
| 53 |
|
53 |
|