diff --git a/htdocs/comm/projet/fiche.php3 b/htdocs/comm/projet/fiche.php3
index 54a0e85cc32..a7319d500fb 100644
--- a/htdocs/comm/projet/fiche.php3
+++ b/htdocs/comm/projet/fiche.php3
@@ -21,44 +21,25 @@
*/
require("./pre.inc.php3");
-
require("./project.class.php3");
require("../propal.class.php3");
llxHeader("","../");
-print "
";
-print "| Projets | ";
-
-print "
";
$db = new Db();
-if ($sortfield == "") {
- $sortfield="lower(p.label)";
-}
-if ($sortorder == "") {
- $sortorder="ASC";
-}
-
-
-if ($page == -1) { $page = 0 ; }
-$limit = 26;
-$offset = $limit * $page ;
-
if ($action == 'create') {
-
+ print_titre("Nouveau projet");
print '
fetch($id);
@@ -133,7 +117,7 @@ if ($action == 'create') {
}
-
+$db->close();
llxFooter("Dernière modification $Date$ révision $Revision$");
?>