107 lines
2.6 KiB
PHP
107 lines
2.6 KiB
PHP
<?php
|
|
include "include/theme.inc.php";
|
|
extract($themeset, EXTR_OVERWRITE);
|
|
$right=0;
|
|
echo "<table border=0><tr><td><img src='images/dazibaweb.gif'></td><!--<td><img src='$dirtheme/5.gif'></td>--><td><h1>le Journal du Net</h1></td></tr></table><br>
|
|
<div align=center>
|
|
<table border=0><tr>
|
|
<td align=center>";
|
|
if (!isset($nbnews))
|
|
$nbnews = 5;
|
|
|
|
$typefile = "custom";
|
|
$convert="off";
|
|
$customstring = "<font face=\"Arial\" size=\"2\"><b><a href=\"(.+?)\">(.+?)";
|
|
$base_url = "";
|
|
|
|
// monde
|
|
$filename= "modules/backends/html/jdnet_acteurs.html";
|
|
$title_site = "Acteurs E-Biz";
|
|
$link_site = "http://solutions.journaldunet.com/fils/sommaire_acteurs.shtml";
|
|
|
|
include "modules/rssparser.php";
|
|
echo "</td><td align=center>\n";
|
|
|
|
// france
|
|
$filename= "modules/backends/html/yahooactu_france.html";
|
|
$title_site = "France";
|
|
$link_site = "http://fr.news.yahoo.com/121";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td></tr>\n<tr><td align=center>\n";
|
|
|
|
// eco
|
|
$filename= "modules/backends/html/yahooactu_eco.html";
|
|
$title_site = "Economie";
|
|
$link_site = "http://fr.news.yahoo.com/4";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td><td align=center>\n";
|
|
|
|
// multimédia
|
|
$filename= "modules/backends/html/yahooactu_med.html";
|
|
$title_site = "Multimédia";
|
|
$link_site = "http://fr.news.yahoo.com/32";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td></tr>\n<tr><td align=center>\n";
|
|
|
|
// culture
|
|
$filename= "modules/backends/html/yahooactu_culture.html";
|
|
$title_site = "Culture";
|
|
$base_url = "";
|
|
$link_site = "http://fr.news.yahoo.com/culture";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td><td align=center>\n";
|
|
|
|
// people
|
|
$filename= "modules/backends/html/yahooactu_people.html";
|
|
$title_site = "Les gens";
|
|
$base_url = "http://fr.news.yahoo.com";
|
|
$link_site = "http://fr.news.yahoo.com/47";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td></tr>\n<tr><td align=center>\n";
|
|
|
|
// insolite
|
|
$filename= "modules/backends/html/yahooactu_insolite.html";
|
|
$title_site = "Insolite";
|
|
$link_site = "http://fr.news.yahoo.com/125";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td><td align=center>\n";
|
|
|
|
// sciences
|
|
$filename= "modules/backends/html/yahooactu_sciences.html";
|
|
$title_site = "Sciences";
|
|
$link_site = "http://fr.news.yahoo.com/45";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "</td></tr>\n<tr><td align=center>\n";
|
|
|
|
// sante
|
|
$filename= "modules/backends/html/yahooactu_sante.html";
|
|
$title_site = "Santé";
|
|
$link_site = "http://fr.news.yahoo.com/54";
|
|
|
|
include "modules/rssparser.php";
|
|
|
|
echo "
|
|
</td></tr></table><br>(contenu © AFP/Yahoo! Inc.)
|
|
</div>";
|
|
include "include/nbnews.inc.php";
|
|
|
|
echo "<div align=\"right\"><h6>";
|
|
include "modules/backends/jdnet.date.txt";
|
|
echo "</h6></div><hr><br>";
|
|
|
|
|
|
?>
|