Update agenda.php
$help_url = 'EN:Module_Agenda_En|FR:Module_Agenda';
llxHeader('', $title, $help_url);
This commit is contained in:
parent
3d681d96c4
commit
bae363cf0c
@ -121,10 +121,13 @@ 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;
|
||||
}
|
||||
llxHeader('', $title);
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
if (!empty($conf->notification->enabled)) {
|
||||
$langs->load("mails");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user