Update comment.php
$title = $langs->trans('CommentPage');
llxHeader('', $title, '');
This commit is contained in:
parent
4d916f3c9f
commit
00eda15ac6
@ -80,8 +80,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_comments.inc.php';
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
$title = $langs->trans('CommentPage');
|
||||||
|
|
||||||
llxHeader('', $langs->trans("CommentPage"));
|
llxHeader('', $title, '');
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formother = new FormOther($db);
|
$formother = new FormOther($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user