[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qsos-commits] qsos/www contribute.php
From: |
Raphaël Semeteys |
Subject: |
[Qsos-commits] qsos/www contribute.php |
Date: |
Wed, 05 Jul 2006 16:40:37 +0000 |
CVSROOT: /sources/qsos
Module name: qsos
Changes by: Raphaël Semeteys <rsemeteys> 06/07/05 16:40:37
Modified files:
www : contribute.php
Log message:
lang=fr passed to French howtos
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/www/contribute.php?cvsroot=qsos&r1=1.3&r2=1.4
Patches:
Index: contribute.php
===================================================================
RCS file: /sources/qsos/qsos/www/contribute.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- contribute.php 5 Jul 2006 16:33:01 -0000 1.3
+++ contribute.php 5 Jul 2006 16:40:37 -0000 1.4
@@ -14,8 +14,8 @@
?>
<h1>Comment contribuer</h1>
<ul>
- <li><a
href="docs/howto/fr/QSOS-HOWTO_grille_fonctionnelle.php">Comment créer une
nouvelle grille fonctionnelle ?</a></li>
- <li><a
href="docs/howto/fr/QSOS-HOWTO_fiche_evaluation.php">Comment créer une
nouvelle évaluation QSOS ?</a></li>
+ <li><a
href="docs/howto/fr/QSOS-HOWTO_grille_fonctionnelle.php?lang=fr">Comment créer
une nouvelle grille fonctionnelle ?</a></li>
+ <li><a
href="docs/howto/fr/QSOS-HOWTO_fiche_evaluation.php?lang=fr">Comment créer une
nouvelle évaluation QSOS ?</a></li>
</ul>
<?php
}