Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1527 → Rev 1528

/branches/livraison_narmer/papyrus/applettes/syndication/syndication.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: syndication.php,v 1.5.2.3 2007-07-25 14:50:21 jp_milcent Exp $
// CVS : $Id: syndication.php,v 1.5.2.4 2007-07-25 15:07:52 jp_milcent Exp $
/**
* papyrus_bp - syndication.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.5.2.3 $ $Date: 2007-07-25 14:50:21 $
*@version $Revision: 1.5.2.4 $ $Date: 2007-07-25 15:07:52 $
// +------------------------------------------------------------------------------------------------------+
*/
 
188,9 → 188,8
$aso_site['titre'] = $options['titre'];
}
// Gestion de l'url du site
if (isset($feed->link)) {
$aso_site['url'] = htmlentities($feed->link);
}
$aso_site['url'] = htmlentities($feed->link);
 
// Ouverture du lien dans une nouvelle fenetre
$aso_site['ext'] = false;
if ($options['nouvellefenetre'] == 1) {
277,6 → 276,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5.2.3 2007-07-25 14:50:21 jp_milcent
* Corrections, meilleure utilisation de XML_Feed_Parser.
*
* Revision 1.5.2.2 2007-07-25 09:45:07 jp_milcent
* Utilisation de XML_Feed_Parser de Pear pour l'applette Syndication.
*