fix prepare head href link
This commit is contained in:
parent
a6c3c6b7ec
commit
4acf5a1bce
@ -42,7 +42,7 @@ function conferenceorboothPrepareHead($object, $with_project = 0)
|
||||
$withProjectUrl = "&withproject=1";
|
||||
}
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/eventorganization/conferenceorbooth_card.ph?id='.$object->id.$withProjectUrl;
|
||||
$head[$h][0] = DOL_URL_ROOT.'/eventorganization/conferenceorbooth_card.php?id='.$object->id.$withProjectUrl;
|
||||
$head[$h][1] = $langs->trans("Card");
|
||||
$head[$h][2] = 'card';
|
||||
$h++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user