Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 931 → Rev 932

/trunk/api/text/wiki_papyrus/Render/Xhtml/Syndication.php
25,10 → 25,11
$nblimite = $options['nb'];
$nouvellefenetre = $options['nouvellefenetre'];
$formatdate = $options['formatdate'];
if (isset($options['template'])) $template = $options['template']; else $template = '';
$tab_url = array_map('trim', explode(',', $urls));
foreach ($tab_url as $cle => $url) {
$url = str_replace('&', '&', $url) ;
$sortie .= voir_rss($titre, $url, $nblimite, $nouvellefenetre, $formatdate);
$sortie .= voir_rss($titre, $url, $nblimite, $nouvellefenetre, $formatdate, $template);
}
return $sortie;
}