[Kos-cvs] kos-web/include toc.php,1.9,1.10

thomas at kos.enix.org thomas at kos.enix.org
Thu Dec 30 01:50:40 CET 2004


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

Modified Files:
	toc.php 
Log Message:
CVSWeb

Index: toc.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/toc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- toc.php	29 Dec 2004 23:42:20 -0000	1.9
+++ toc.php	30 Dec 2004 00:50:38 -0000	1.10
@@ -23,9 +23,9 @@
   global $lang;
 
   if($current == $toc_entry)
-    echo "  <a class=\"current_topic\" href=\"$url?lang=$lang\">$title</a><br/>\n";
+    echo "  <a class=\"current_topic\" href=\"/$url?lang=$lang\">$title</a><br/>\n";
   else
-    echo "  <a class=\"other_topic\" href=\"$url?lang=$lang\">$title</a><br/>\n";
+    echo "  <a class=\"other_topic\" href=\"/$url?lang=$lang\">$title</a><br/>\n";
 }
 
 



More information about the Kos-cvs mailing list