Subversion Repositories eFlore/Archives.herbiers

Compare Revisions

Ignore whitespace Rev 13 → Rev 14

/trunk/herbier_rss.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: herbier_rss.php,v 1.4 2006-10-31 15:19:15 jp_milcent Exp $
// CVS : $Id: herbier_rss.php,v 1.5 2006-10-31 15:33:15 jp_milcent Exp $
/**
* Générateur de flux RSS pour les Herbiers
*
29,7 → 29,7
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*
*@copyright Tela-Botanica 2000-2006
*@version $Revision: 1.4 $
*@version $Revision: 1.5 $
// +------------------------------------------------------------------------------------------------------+
*/
 
46,11 → 46,15
// +------------------------------------------------------------------------------------------------------+
/** Inclusion du fichier principal de Herbier.*/
require_once 'herbier.php';
echo afficherContenuCorps();
 
if (!defined('PAP_VERSION')) {
echo afficherContenuCorps();
}
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2006/10/31 15:19:15 jp_milcent
* Amélioration de la gestion des Herbiers hors de Papyrus.
*
* Revision 1.3 2006/10/31 15:06:43 jp_milcent
* Fin de gestion des flux rss.
*