diff --git a/htdocs/comm/pre.inc.php3 b/htdocs/comm/pre.inc.php3 index e4d8be0d4c9..81fb45d4c57 100644 --- a/htdocs/comm/pre.inc.php3 +++ b/htdocs/comm/pre.inc.php3 @@ -52,7 +52,8 @@ function llxHeader($head = "", $urlp = "") { print "
Sociétés
\n"; print "Nouvelle société
\n"; - print "Contacts
\n"; + print "Contacts

\n"; + print "A Recontacter
\n"; print ""; diff --git a/htdocs/comm/recontact.php3 b/htdocs/comm/recontact.php3 index 1e091b43877..b5bc962b2f2 100644 --- a/htdocs/comm/recontact.php3 +++ b/htdocs/comm/recontact.php3 @@ -20,7 +20,7 @@ * */ require("./pre.inc.php3"); -require("../lib/functions.inc.php3"); + llxHeader(); $db = new Db(); if ($sortfield == "") { @@ -35,16 +35,9 @@ if ($action == 'del') { $result = $db->query( $sql); } -$active["1"] = "Offres en ligne"; -$active["-1"] = "Moderation"; -$active["-2"] = "Refusées"; -$active["0"] = "Rédaction"; -$active["-3"] = "Désactivées"; -$active["-4"] = "Supprimées"; - $yn["t"] = "oui"; $yn["f"] = "non"; -$deacmeth["b"] = "robots"; + if ($page == -1) { $page = 0 ; } $limit = 26;