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

28 lines
960 B
PHP

<?
#############################################
# phpDirectory v1.0 #
# #
# Jean-Yves Fort - 21 avril 2001 #
# jean-yves@lozere-online.com #
# #
# Consulter les documents du repertoire #
# /doc pour plus d'informations sur #
# l'installation, l'auteur, les conditions #
# d'utilisation. #
#############################################
?>
<br>
<?php
$headcolor =$themeset["headcolor"];
echo "<table bgcolor=$headcolor width=450>";
// couleur orig:#ffcc00
?>
<tr>
<td align=left>
<?
if (isset($c)) { echo "<a href=\"index.php?m=a&c=".$c."&theme=$theme\">Ajouter un site</a>"; }
else { echo "<a href=\"index.php?m=a&theme=$theme\">Ajouter un site</a>"; }
?>
</td><td align=right>powered by <a href="http://www.lozere-online.com/php/" target=_blank>phpDirectory 1.2</a></td>
</tr>
</table>