From 6ac401484978e5ab87f57990df158f51d5554fac Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 29 Apr 2008 06:23:29 +0000 Subject: [PATCH] Fix: traduction --- htdocs/projet/element.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]);