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: syndication.php,v 1.5.2.3 2007-07-25 14:50:21 jp_milcent Exp $
|
24 |
// CVS : $Id: syndication.php,v 1.5.2.4 2007-07-25 15:07:52 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* papyrus_bp - syndication.php
|
26 |
* papyrus_bp - syndication.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.5.2.3 $ $Date: 2007-07-25 14:50:21 $
|
36 |
*@version $Revision: 1.5.2.4 $ $Date: 2007-07-25 15:07:52 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 186... |
Line 186... |
186 |
$aso_site['titre'] = utf8_decode($feed->title);
|
186 |
$aso_site['titre'] = utf8_decode($feed->title);
|
187 |
} else if ( $options['titre'] != '0' ) {
|
187 |
} else if ( $options['titre'] != '0' ) {
|
188 |
$aso_site['titre'] = $options['titre'];
|
188 |
$aso_site['titre'] = $options['titre'];
|
189 |
}
|
189 |
}
|
190 |
// Gestion de l'url du site
|
190 |
// Gestion de l'url du site
|
191 |
if (isset($feed->link)) {
|
- |
|
192 |
$aso_site['url'] = htmlentities($feed->link);
|
191 |
$aso_site['url'] = htmlentities($feed->link);
|
193 |
}
|
192 |
|
194 |
// Ouverture du lien dans une nouvelle fenetre
|
193 |
// Ouverture du lien dans une nouvelle fenetre
|
195 |
$aso_site['ext'] = false;
|
194 |
$aso_site['ext'] = false;
|
196 |
if ($options['nouvellefenetre'] == 1) {
|
195 |
if ($options['nouvellefenetre'] == 1) {
|
197 |
$aso_site['ext'] = true;
|
196 |
$aso_site['ext'] = true;
|
198 |
}
|
197 |
}
|
Line 275... |
Line 274... |
275 |
}
|
274 |
}
|
Line 276... |
Line 275... |
276 |
|
275 |
|
277 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
276 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
278 |
*
|
277 |
*
|
- |
|
278 |
* $Log: not supported by cvs2svn $
|
- |
|
279 |
* Revision 1.5.2.3 2007-07-25 14:50:21 jp_milcent
|
- |
|
280 |
* Corrections, meilleure utilisation de XML_Feed_Parser.
|
279 |
* $Log: not supported by cvs2svn $
|
281 |
*
|
280 |
* Revision 1.5.2.2 2007-07-25 09:45:07 jp_milcent
|
282 |
* Revision 1.5.2.2 2007-07-25 09:45:07 jp_milcent
|
281 |
* Utilisation de XML_Feed_Parser de Pear pour l'applette Syndication.
|
283 |
* Utilisation de XML_Feed_Parser de Pear pour l'applette Syndication.
|
282 |
*
|
284 |
*
|
283 |
* Revision 1.5.2.1 2007-06-06 15:24:37 jp_milcent
|
285 |
* Revision 1.5.2.1 2007-06-06 15:24:37 jp_milcent
|