[Kos-cvs] kos-web/include footer.php,1.6,1.7 toc.php,1.7,1.8

thomas at kos.enix.org thomas at kos.enix.org
Thu Dec 30 00:41:49 CET 2004


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

Modified Files:
	footer.php toc.php 
Log Message:
Suppression du footer

Index: footer.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/footer.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- footer.php	29 Dec 2004 23:33:25 -0000	1.6
+++ footer.php	29 Dec 2004 23:41:47 -0000	1.7
@@ -4,11 +4,6 @@
 {
   echo "</div>\n\n";
 
-  echo "<div id=\"footer\">\n";
-  echo "<b>Kid Operating System</b><br/>\n";
-  echo "Depuis le 18 février 2000 :<br/>\n";
-  system("/home/kos/bin/_count.pl");
-  echo "</div>\n\n";
   echo "</body>\n</html>\n";
 }
 ?>

Index: toc.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/toc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- toc.php	29 Dec 2004 21:25:07 -0000	1.7
+++ toc.php	29 Dec 2004 23:41:47 -0000	1.8
@@ -57,6 +57,10 @@
       end_topic();
     }
 
+  echo "<br/><b>Kid Operating System</b><br/>\n";
+  echo "Depuis le 18 février 2000 :<br/>\n";
+  system("/home/kos/bin/_count.pl");
+
   echo "</div>\n\n";
 
   /* Beginning of document */



More information about the Kos-cvs mailing list