diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index cc3d8917f0d..4095f999dd0 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -1,7 +1,7 @@ * Copyright (C) 2004-2008 Laurent Destailleur - * Copyright (C) 2005-2007 Regis Houssin + * Copyright (C) 2005-2008 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -55,7 +55,7 @@ $result = restrictedArea($user, 'projet', $projetid); * View */ -llxHeader("","../"); +llxHeader("",$langs->trans("Referers")); $projet = new Project($db); $projet->fetch($_GET["id"]);