From 00eda15ac6d68681b0505b2be1a32577f5d819a8 Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:58:14 +0200 Subject: [PATCH] Update comment.php $title = $langs->trans('CommentPage'); llxHeader('', $title, ''); --- htdocs/projet/comment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);