n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/pages/lefigaro.php
2023-04-30 21:50:11 +02:00

58 lines
1.2 KiB
PHP

<?php
include "include/theme.inc.php";
extract($themeset, EXTR_OVERWRITE);
echo "<table border=0><tr><td><img src='images/dazibaweb.gif'></td><!--<td><img src='$dirtheme/5.gif'></td>--><td><h1>LeFigaro.fr</h1></td></tr></table><br>
<div align=center>
<table border=0><tr>
<td align=center>";
if (!isset($nbnews))
$nbnews = 5;
$right = 0;
$convert = "on";
$typefile = "rss";
$filename= "backends/xml/figaro.rss";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
$convert = "on";
$typefile = "rss";
$filename= "backends/xml/figaro_eco.rss";
include "modules/rssparser.php";
echo "</td></tr><tr><td align=center>";
$typefile = "rss";
$filename= "backends/xml/figaro_france.rss";
include "modules/rssparser.php";
echo "</td><td>";
$typefile = "rss";
$filename= "backends/xml/figaro_international.rss";
include "modules/rssparser.php";
echo "</td></tr><tr><td align=center>";
$typefile = "rss";
$filename = "backends/xml/figaro_politique.rss";
include "modules/rssparser.php";
unset($convert);
echo "
</td></tr></table><br>
</div>";
include "include/nbnews.inc.php";
echo "<div align=\"right\"><h6>";
include "modules/backends/lefigaro.date.txt";
echo "</h6></div><hr><br>";
?>