Showing 1 changed files with 14 additions and 14 deletions
+14 -14
sources/rss.php
... ...
@@ -13,28 +13,28 @@ define('NEWS_RSS_CONSPIRACY', 'http://www.conspiracywatch.info/feed');
13 13
 define('NEWS_RSS_LOBS', 'http://www.nouvelobs.com/rss.xml');
14 14
 
15 15
 $array_title=array(
16
-  "lemonde" => "LeMonde.fr",
17
-  "liberation" => "Liberation.fr",
18
-  "slatefr" => "Slate.fr",
19
-  "numerama" => "Numerama",
20
-  "huffingtonpostfr" => "HuffingtonPost.fr",
21
-  "vicefr" => "Vice.fr",
16
+  "conspiracy" => "Conspiracy Watch",
22 17
   "franceinfo" => "FranceInfo",
18
+  "huffingtonpostfr" => "HuffingtonPost.fr",
19
+  "lemonde" => "LeMonde.fr",
23 20
   "lesinrocks" => "LesInrocks.fr",
21
+  "liberation" => "Liberation.fr",
24 22
   "lobs" => "L'Obs",
25
-  "conspiracy" => "Conspiracy Watch"
23
+  "numerama" => "Numerama",
24
+  "slatefr" => "Slate.fr",
25
+  "vicefr" => "Vice.fr"
26 26
 );
27 27
 $array_url=array(
28
-  "lemonde" => NEWS_RSS_LEMONDE,
29
-  "liberation" => NEWS_RSS_LIBERATION,
30
-  "slatefr" => NEWS_RSS_SLATEFR,
31
-  "numerama" => NEWS_RSS_NUMERAMA,
32
-  "huffingtonpostfr" => NEWS_RSS_HUFFINGTONPOSTFR,
33
-  "vicefr" => NEWS_RSS_VICEFR,
28
+  "conspiracy" => NEWS_RSS_CONSPIRACY,
34 29
   "franceinfo" => NEWS_RSS_FRANCEINFO,
30
+  "huffingtonpostfr" => NEWS_RSS_HUFFINGTONPOSTFR,
31
+  "lemonde" => NEWS_RSS_LEMONDE,
35 32
   "lesinrocks" => NEWS_RSS_LESINROCKS,
33
+  "liberation" => NEWS_RSS_LIBERATION,
36 34
   "lobs" => NEWS_RSS_LOBS,
37
-  "conspiracy" => NEWS_RSS_CONSPIRACY
35
+  "numerama" => NEWS_RSS_NUMERAMA,
36
+  "slatefr" => NEWS_RSS_SLATEFR,
37
+  "vicefr" => NEWS_RSS_VICEFR
38 38
 );
39 39
 
40 40
 function DEBUG($Message) {