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/webnews/pages/jeuxvideo.php

30 lines
710 B
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?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>Jeux vid<69>os</h1></td></tr></table><br>
<div align=center>
<table border=0><tr>
<td align=center>";
$nbnews = 5;
$right = 0;
// Actualit<69> [GameKult - Magazine de jeux video]
$typefile = "joystick";
$filename= "modules/backends/html/joystick_jeu.html";
$title_site = "joystick.fr";
$link_site = $base_url = "http://www.joystick.fr";
include "modules/rssparser.php";
echo "
</td></tr></table>
</div>";
echo "<br><hr><div align=\"right\"><h6>";
include "modules/backends/jeuxvideo.date.txt";
echo "</h6></div><br>";
?>