[Kos-cvs] kos-web/admin addnews.php,1.3,1.4
thomas at kos.enix.org
thomas at kos.enix.org
Thu Dec 30 02:03:25 CET 2004
Update of /var/cvs/kos/kos-web/admin
In directory the-doors:/tmp/cvs-serv15580
Modified Files:
addnews.php
Log Message:
Add news
Index: addnews.php
===================================================================
RCS file: /var/cvs/kos/kos-web/admin/addnews.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- addnews.php 9 Jul 2002 15:57:12 -0000 1.3
+++ addnews.php 30 Dec 2004 01:03:22 -0000 1.4
@@ -5,8 +5,11 @@
include("$topsrcdir/include/toc.php");
include("$topsrcdir/include/bd.php");
include("$topsrcdir/include/date.php");
+include("$topsrcdir/include/header.php");
+include("$topsrcdir/include/footer.php");
+include("$topsrcdir/include/main.php");
-put_header("Ajout d'une news");
+put_header("ADD_NEWS", array ("fr" => "Ajout d'une news"));
put_toc("ADD_NEWS");
start_content_section("Ajout d'une news");
More information about the Kos-cvs
mailing list