Update eventorganizationindex.php
$title = $langs->trans('EventOrganizationArea');
llxHeader('', $title, '');
This commit is contained in:
parent
3d681d96c4
commit
511848d8dc
@ -60,7 +60,9 @@ $result = restrictedArea($user, 'eventorganization');
|
||||
$form = new Form($db);
|
||||
$formfile = new FormFile($db);
|
||||
|
||||
llxHeader("", $langs->trans("EventOrganizationArea"));
|
||||
$title = $langs->trans('EventOrganizationArea');
|
||||
|
||||
llxHeader('', $title, '');
|
||||
|
||||
print load_fiche_titre($langs->trans("EventOrganizationArea"), '', 'eventorganization.png@eventorganization');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user