Subversion Repositories Applications.papyrus

Rev

Rev 773 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 773 Rev 832
Line 26... Line 26...
26
        $nouvellefenetre = $options['nouvellefenetre'];
26
        $nouvellefenetre = $options['nouvellefenetre'];
27
        $formatdate = $options['formatdate'];
27
        $formatdate = $options['formatdate'];
28
        $tab_url = array_map('trim', explode(',', $urls));
28
        $tab_url = array_map('trim', explode(',', $urls));
29
        foreach ($tab_url as $cle => $url) {
29
        foreach ($tab_url as $cle => $url) {
30
             $url = str_replace('&', '&', $url) ;
30
             $url = str_replace('&', '&', $url) ;
31
	     $sortie .= voir_rss($titre, $url, $nblimite, $nouvellefenetre, $formatdate);
31
	         $sortie .= voir_rss($titre, $url, $nblimite, $nouvellefenetre, $formatdate);
32
        }
32
        }
33
        return $sortie;
33
        return $sortie;
34
    }
34
    }
35
}
35
}
36
?>
36
?>
37
37