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: synd_configuration.inc.php,v 1.1 2006-12-13 17:06:36 jp_milcent Exp $
|
24 |
// CVS : $Id: synd_configuration.inc.php,v 1.2 2008-10-29 15:54:40 alexandre_tb Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* papyrus_bp - synd_configuration.inc.php
|
26 |
* papyrus_bp - synd_configuration.inc.php
|
27 |
*
|
27 |
*
|
28 |
* Description :
|
28 |
* Description :
|
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 1999-2006
|
35 |
*@copyright Tela-Botanica 1999-2006
|
36 |
*@version $Revision: 1.1 $ $Date: 2006-12-13 17:06:36 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2008-10-29 15:54:40 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 70... |
Line 70... |
70 |
|
70 |
|
71 |
// Configuration du rendu
|
71 |
// Configuration du rendu
|
72 |
/** Nom du fichier de squelette, par défaut, à utiliser pour la liste des pages.*/
|
72 |
/** Nom du fichier de squelette, par défaut, à utiliser pour la liste des pages.*/
|
Line 73... |
Line -... |
73 |
define('SYND_SQUELETTE_LISTE', 'synd_liste.tpl.html');
|
- |
|
74 |
|
- |
|
- |
|
73 |
define('SYND_SQUELETTE_LISTE', 'synd_liste.tpl.html');
|
- |
|
74 |
|
- |
|
75 |
$GLOBALS['jours'] = array (1 => 'lundi', 2 => 'mardi', 3 => 'mercredi', 4 => 'jeudi', 5 => 'vendredi',
|
- |
|
76 |
6 => 'samedi', 0 => 'dimanche') ;
|
- |
|
77 |
$GLOBALS['mois'] = array (1 => 'janvier', 2 => 'février', 3 => 'mars', 4 => 'avril', 5 => 'mai', 6 => 'juin',
|
75 |
|
78 |
7 => 'juillet', 8 => 'août', 9 => 'septembre', 10 => 'octobre', 11 =>'novembre',
|
76 |
|
79 |
12 => 'décembre') ;
|
77 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
80 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
81 |
*
|
- |
|
82 |
* $Log: not supported by cvs2svn $
|
- |
|
83 |
* Revision 1.1 2006-12-13 17:06:36 jp_milcent
|
78 |
*
|
84 |
* Ajout de l'applette Syndication.
|
79 |
* $Log: not supported by cvs2svn $
|
85 |
*
|
80 |
*
|
86 |
*
|
81 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
87 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|