75 lines
1.9 KiB
PHP
75 lines
1.9 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='images/triangleb.gif'></td>--><td><h1>Collectifs Ras l'front</h1></td></tr></table><br>
|
||
|
<div align=center>
|
||
|
<table border=0><tr>
|
||
|
<td align=center>";
|
||
|
|
||
|
if (!isset($nbnews))
|
||
|
$nbnews = 5;
|
||
|
|
||
|
$right = 0;
|
||
|
|
||
|
$typefile = "custom";
|
||
|
$customstring = "<img src=\"IMG/puceb.png\" width=\"9\" height=\"9\"><a href=\"(.+?)\" class=art>(.+?)</a></b></font><font face=\"verdana,arial,helvetica\" color=\"#666666\" size=1>";
|
||
|
$filename= "modules/backends/html/raslfront_nat.html";
|
||
|
$title_site = "Informations nationales";
|
||
|
//$language = "fr";
|
||
|
// $link_site = "http://www.raslfront.org";
|
||
|
$base_url = $link_site = "http://collectifs.raslfront.info/";
|
||
|
//include "modules/rssparser.php";
|
||
|
|
||
|
echo "</td><td align=center>\n";
|
||
|
|
||
|
// monde
|
||
|
$filename= "modules/backends/html/raslfront_idf.html";
|
||
|
$title_site = "Ile de france";
|
||
|
// $link_site = "http://www.raslfront.org";
|
||
|
|
||
|
//include "modules/rssparser.php";
|
||
|
|
||
|
echo "</td></tr>\n<tr><td align=center>\n";
|
||
|
|
||
|
// france
|
||
|
$filename= "modules/backends/html/raslfront_no.html";
|
||
|
$title_site = "France Nord-Ouest";
|
||
|
// $link_site = "http://www.liberation.fr/quotidien/depeche/france.php3";
|
||
|
|
||
|
//include "modules/rssparser.php";
|
||
|
|
||
|
echo "</td><td align=center>\n";
|
||
|
|
||
|
$filename= "modules/backends/html/raslfront_ne.html";
|
||
|
$title_site = "France Nord-Est";
|
||
|
|
||
|
//include "modules/rssparser.php";
|
||
|
|
||
|
echo "</td></tr>\n<tr><td align=center>\n";
|
||
|
|
||
|
$filename= "modules/backends/html/raslfront_so.html";
|
||
|
$title_site = "France Sud-Ouest";
|
||
|
|
||
|
//include "modules/rssparser.php";
|
||
|
|
||
|
echo "</td><td align=center>\n";
|
||
|
|
||
|
$filename= "modules/backends/html/raslfront_se.html";
|
||
|
$title_site = "France Sud-Est";
|
||
|
|
||
|
//include "modules/rssparser.php";
|
||
|
|
||
|
echo "
|
||
|
</td></tr></table><br>
|
||
|
</div>";
|
||
|
|
||
|
//include "include/nbnews.inc.php";
|
||
|
|
||
|
echo "<div align=\"right\"><h6>";
|
||
|
include "modules/backends/raslfront.date.txt";
|
||
|
echo "</h6></div><hr><br>";
|
||
|
|
||
|
|
||
|
?>
|