Update comment.php

$title = $langs->trans('CommentPage');

llxHeader('', $title, '');
This commit is contained in:
UT from dolibit 2021-04-19 17:58:14 +02:00 committed by GitHub
parent 4d916f3c9f
commit 00eda15ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);