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.11 2005-10-17 13:41:34 ddelon Exp $
|
24 |
// CVS : $Id: integrateur_wikini.php,v 1.12 2005-10-31 17:12:00 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.11 $ $Date: 2005-10-17 13:41:34 $
|
36 |
*@version $Revision: 1.12 $ $Date: 2005-10-31 17:12:00 $
|
37 |
*
|
37 |
*
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// | ENTETE du PROGRAMME |
|
39 |
// | ENTETE du PROGRAMME |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 78... |
Line 78... |
78 |
*
|
78 |
*
|
79 |
* @return string du code XHTML correspondant au pied renvoyé par l'application.
|
79 |
* @return string du code XHTML correspondant au pied renvoyé par l'application.
|
80 |
*/
|
80 |
*/
|
81 |
function afficherContenuPied()
|
81 |
function afficherContenuPied()
|
82 |
{
|
82 |
{
|
83 |
return inclusion_html('pied_page');
|
83 |
return '';
|
84 |
}
|
84 |
}
|
85 |
?>
|
85 |
?>
|
86 |
|
86 |
|