[Kos-cvs] kos-web irc.php,NONE,1.1

thomas at kos.enix.org thomas at kos.enix.org
Mon Jan 10 22:31:35 CET 2005


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

Added Files:
	irc.php 
Log Message:
Ajout d'une page sur IRC

--- NEW FILE: irc.php ---
<?
$topsrcdir = ".";
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("IRC", 
	   array ("fr" => "Irc",
		  "en" => "Irc"));
put_toc("IRC");

content_section("contents/irc");

put_footer();

?>



More information about the Kos-cvs mailing list