diff --git a/htdocs/projet/comment.php b/htdocs/projet/comment.php index f4b7d8226d0..2aa8f473cb4 100644 --- a/htdocs/projet/comment.php +++ b/htdocs/projet/comment.php @@ -80,8 +80,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_comments.inc.php'; * View */ +$title = $langs->trans('CommentPage'); -llxHeader('', $langs->trans("CommentPage")); +llxHeader('', $title, ''); $form = new Form($db); $formother = new FormOther($db);