Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-12 17:37:21 +00:00
parent bae363cf0c
commit 6724fb7ba0

View File

@ -121,9 +121,9 @@ if ($id > 0 || $ref) {
$result = $object->fetch($id, $ref);
$title = $langs->trans("Agenda");
$help_url = 'EN:Module_Agenda_En|FR:Module_Agenda';
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/productnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
$title = $object->name." - ".$title;
}