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

thomas at kos.enix.org thomas at kos.enix.org
Thu Jan 6 00:41:27 CET 2005


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

Added Files:
	talks.php 
Log Message:
Documentation en français + squelette de pages talks

--- NEW FILE: talks.php ---
<?
$topsrcdir = ".";
include("$topsrcdir/include/site.php");
include("$topsrcdir/include/header.php");
include("$topsrcdir/include/footer.php");
include("$topsrcdir/include/$lang.php");
include("$topsrcdir/include/toc.php");
include("$topsrcdir/include/main.php");


put_header("DOC", 
	   array ("fr" => "Conférences",
		  "en" => "Talks"));
put_toc("DOC");

content_section("contents/talks");

put_footer();
?>


More information about the Kos-cvs mailing list