[Kos-cvs] kos-web/include footer.php,1.2,1.3

thomas at kos.enix.org thomas at kos.enix.org
Wed Dec 29 00:44:24 CET 2004


Update of /var/cvs/kos/kos-web/include
In directory the-doors:/tmp/cvs-serv24477

Modified Files:
	footer.php 
Log Message:
Début de migration vers un truc propre.


Index: footer.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/footer.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- footer.php	14 Dec 2004 19:05:49 -0000	1.2
+++ footer.php	28 Dec 2004 23:44:22 -0000	1.3
@@ -2,10 +2,12 @@
 
 function put_footer()
 {
-  echo "</table>\n";
-  echo "</td></tr></table>\n";
-  echo "<center>Depuis le 18 février 2000 :<br>";
- system("/home/kos/bin/_count.pl"); 
-echo "</body></html>";
+  echo "</div>\n\n";
+
+  echo "<div id=\"footer\">\n";
+  echo "Depuis le 18 février 2000 :<br/>";
+  system("/home/kos/bin/_count.pl");
+  echo "</div>";
+  echo "</body></html>";
 }
 ?>



More information about the Kos-cvs mailing list