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/offline/footer.php
2023-04-30 21:50:11 +02:00

17 lines
1.4 KiB
PHP

<?php
echo "<img src='images/li_lgn1_animated.gif' width=100%><div align=center>
<table border=0 width='100%' valign=bottom><tr>
<td align =center>\n<a href='http://fr.php.net/' target='_blank'>\n<img src='images/elephpant.gif' height=43 width=63 alt='Ce site utilise PHP4' title='Ce site utilise PHP4' border=0></a>\n</td>\n";
// if ($HTTP_GET_VARS["IFRANCE"] =="1")
// echo "<td align=center>{=compt_puce_b}</td>\n";
echo "
<td align=center>\n<a href='http://www.ifrance.com/phpinfo/index.php?section=pages/pip&page=index&theme=$theme'>\n<img src='images/mercipip.jpg' height=45 width=102 alt='Powered by PIP' border=0></a>\n</td>
<td align=center>\n<a href='http://www.hertgen.com/anybrowser/' target='_blank'>\n<img src='images/anyb.png' height=30 width=87 ALT='Best Viewed With Any Browser' border=0></a>\n</td>
<td align=center>\n<a href='http://www.gimp.org/' target='_blank'>\n<img src='images/gfx_by_gimp.gif' alt='graphics by the gimp' border=0></a>\n</td>
<td align=center>\n<table border=0 cellpadding=0>\n<tr><td align=center>Contact:</td></tr>\n<tr><td align=center><a href=\"$MailAdr\">n@ifrance.com</a></td></tr>\n<tr><td align=center nowrap>ICQ #97902157\n<img src='http://online.mirabilis.com/scripts/online.dll?icq=97902157&img=1' border=0 alt=''>\n</td></tr>\n</table>\n</td>
</tr></table></div></div>\n";
// echo "<br><a href=\"index.php\">retour au menu</a><br></div>";
?>