28 lines
960 B
PHP
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>
|