[Kos-cvs] kos-web cvsweb-head.php,1.3,1.4 index.php,1.2,1.3
thomas at kos.enix.org
thomas at kos.enix.org
Thu Dec 30 01:46:53 CET 2004
Update of /var/cvs/kos/kos-web
In directory the-doors:/tmp/cvs-serv14854
Modified Files:
cvsweb-head.php index.php
Log Message:
CVSWeb
Index: cvsweb-head.php
===================================================================
RCS file: /var/cvs/kos/kos-web/cvsweb-head.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cvsweb-head.php 29 Dec 2004 23:37:16 -0000 1.3
+++ cvsweb-head.php 30 Dec 2004 00:46:51 -0000 1.4
@@ -1,5 +1,6 @@
<?
$topsrcdir = "/home/kos/www";
+
include("$topsrcdir/include/site.php");
include("$topsrcdir/include/header.php");
include("$topsrcdir/include/footer.php");
@@ -8,7 +9,7 @@
include("$topsrcdir/include/main.php");
-put_header("CVSWEB",
+put_header("CVSWEB",
array ("fr" => "CVSWeb",
"en" => "CVSWeb"));
put_toc("CVSWEB");
Index: index.php
===================================================================
RCS file: /var/cvs/kos/kos-web/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.php 9 Jul 2002 15:57:11 -0000 1.2
+++ index.php 30 Dec 2004 00:46:51 -0000 1.3
@@ -3,14 +3,12 @@
include("$topsrcdir/include/site.php");
include("$topsrcdir/include/header.php");
include("$topsrcdir/include/footer.php");
-if($lang=="")
- $lang="fr";
include("$topsrcdir/include/$lang.php");
include("$topsrcdir/include/toc.php");
include("$topsrcdir/include/main.php");
-put_header("HOME",
+put_header("HOME",
array ("fr" => "Accueil",
"en" => "Home"));
put_toc("HOME");
More information about the Kos-cvs
mailing list