[Kos-cvs] kos-web books.php, 1.2, 1.3 contacts.php, 1.2, 1.3 cvs.php, 1.2, 1.3 cvsweb-head.php, 1.2, 1.3 cvsweb-tail.php, 1.2, 1.3 docs.php, 1.2, 1.3 documentations.php, 1.2, 1.3 features.php, 1.2, 1.3 histo.php, 1.2, 1.3 links.php, 1.2, 1.3 lxr-head.php, 1.3, 1.4 lxr-tail.php, 1.2, 1.3 otheros.php, 1.2, 1.3 photos.php, 1.2, 1.3 screenshots.php, 1.2, 1.3 snapshots.php, 1.2, 1.3

thomas at kos.enix.org thomas at kos.enix.org
Thu Dec 30 00:37:18 CET 2004


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

Modified Files:
	books.php contacts.php cvs.php cvsweb-head.php cvsweb-tail.php 
	docs.php documentations.php features.php histo.php links.php 
	lxr-head.php lxr-tail.php otheros.php photos.php 
	screenshots.php snapshots.php 
Log Message:
Virage des tests sur la langue, ils sont dans site.php

Index: lxr-tail.php
===================================================================
RCS file: /var/cvs/kos/kos-web/lxr-tail.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lxr-tail.php	9 Jul 2002 15:57:11 -0000	1.2
+++ lxr-tail.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: cvs.php
===================================================================
RCS file: /var/cvs/kos/kos-web/cvs.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cvs.php	9 Jul 2002 15:57:11 -0000	1.2
+++ cvs.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: documentations.php
===================================================================
RCS file: /var/cvs/kos/kos-web/documentations.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- documentations.php	9 Jul 2002 15:57:11 -0000	1.2
+++ documentations.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: books.php
===================================================================
RCS file: /var/cvs/kos/kos-web/books.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- books.php	9 Jul 2002 15:57:11 -0000	1.2
+++ books.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,14 +3,11 @@
 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("BOOKS", 
+put_header("BOOKS",
 	   array ("fr" => "Livres",
 		  "en" => "Books"));
 put_toc("BOOKS");

Index: features.php
===================================================================
RCS file: /var/cvs/kos/kos-web/features.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- features.php	9 Jul 2002 15:57:11 -0000	1.2
+++ features.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: histo.php
===================================================================
RCS file: /var/cvs/kos/kos-web/histo.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- histo.php	9 Jul 2002 15:57:11 -0000	1.2
+++ histo.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: photos.php
===================================================================
RCS file: /var/cvs/kos/kos-web/photos.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- photos.php	9 Jul 2002 15:57:11 -0000	1.2
+++ photos.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: links.php
===================================================================
RCS file: /var/cvs/kos/kos-web/links.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- links.php	9 Jul 2002 15:57:11 -0000	1.2
+++ links.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: screenshots.php
===================================================================
RCS file: /var/cvs/kos/kos-web/screenshots.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screenshots.php	9 Jul 2002 15:57:11 -0000	1.2
+++ screenshots.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: lxr-head.php
===================================================================
RCS file: /var/cvs/kos/kos-web/lxr-head.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lxr-head.php	9 Jul 2002 15:57:11 -0000	1.3
+++ lxr-head.php	29 Dec 2004 23:37:16 -0000	1.4
@@ -4,8 +4,6 @@
 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");

Index: otheros.php
===================================================================
RCS file: /var/cvs/kos/kos-web/otheros.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- otheros.php	9 Jul 2002 15:57:11 -0000	1.2
+++ otheros.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: cvsweb-tail.php
===================================================================
RCS file: /var/cvs/kos/kos-web/cvsweb-tail.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cvsweb-tail.php	9 Jul 2002 15:57:11 -0000	1.2
+++ cvsweb-tail.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: snapshots.php
===================================================================
RCS file: /var/cvs/kos/kos-web/snapshots.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- snapshots.php	9 Jul 2002 15:57:11 -0000	1.2
+++ snapshots.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: cvsweb-head.php
===================================================================
RCS file: /var/cvs/kos/kos-web/cvsweb-head.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cvsweb-head.php	9 Jul 2002 15:57:11 -0000	1.2
+++ cvsweb-head.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: docs.php
===================================================================
RCS file: /var/cvs/kos/kos-web/docs.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- docs.php	9 Jul 2002 15:57:11 -0000	1.2
+++ docs.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");

Index: contacts.php
===================================================================
RCS file: /var/cvs/kos/kos-web/contacts.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- contacts.php	9 Jul 2002 15:57:11 -0000	1.2
+++ contacts.php	29 Dec 2004 23:37:16 -0000	1.3
@@ -3,8 +3,6 @@
 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");



More information about the Kos-cvs mailing list