[Kos-cvs] kos-web/include header.php,1.11,1.12

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/include
In directory the-doors:/tmp/cvs-serv14854/include

Modified Files:
	header.php 
Log Message:
CVSWeb

Index: header.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/header.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- header.php	29 Dec 2004 20:24:27 -0000	1.11
+++ header.php	30 Dec 2004 00:46:51 -0000	1.12
@@ -31,7 +31,10 @@
   else
     echo "<title>Bienvenue sur le site officiel du projet KOS [$title]</title>\n";
 
-  echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"./site.css\"/>\n";
+  if($topsrcdir)
+    echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"" . $topsrcdir . "/site.css\"/>\n";
+  else
+    echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"./site.css\"/>\n";
   echo "</head>\n\n";
 
   if ($additional_head != "")



More information about the Kos-cvs mailing list