[Kos-cvs] kos-web contribute.php,NONE,1.1
thomas at kos.enix.org
thomas at kos.enix.org
Wed Jan 5 22:35:19 CET 2005
Update of /var/cvs/kos/kos-web
In directory the-doors:/tmp/cvs-serv2046
Added Files:
contribute.php
Log Message:
Oubli des fichiers
--- NEW FILE: contribute.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("CONTRIBUER",
array ("fr" => "Comment participer ?",
"en" => "How to contribute ?"));
put_toc("CONTRIBUTE");
content_section("contents/contribute");
put_footer();
?>
More information about the Kos-cvs
mailing list