Fix: wrong function name
This commit is contained in:
parent
7f549e60f2
commit
841961df4e
@ -91,8 +91,8 @@ function print_auguria_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0)
|
||||
}
|
||||
|
||||
$showmode=1;
|
||||
if (empty($noout)) print_start_menu_entry('','class="tmenuend"',$showmode);
|
||||
if (empty($noout)) print_end_menu_entry($showmode);
|
||||
if (empty($noout)) print_start_menu_entry_auguria('','class="tmenuend"',$showmode);
|
||||
if (empty($noout)) print_end_menu_entry_auguria($showmode);
|
||||
|
||||
if (empty($noout)) print_end_menu_array_auguria();
|
||||
|
||||
|
||||
@ -92,8 +92,8 @@ class MenuManager
|
||||
$this->menu->add(dol_buildpath('/index.php',1), $langs->trans("Home"), 0, $showmode, $this->atarget, 'home', '');
|
||||
|
||||
$showmode=1;
|
||||
if (empty($noout)) print_start_menu_entry('','class="tmenuend"',$showmode);
|
||||
if (empty($noout)) print_end_menu_entry($showmode);
|
||||
if (empty($noout)) print_start_menu_entry_empty('','class="tmenuend"',$showmode);
|
||||
if (empty($noout)) print_end_menu_entry_empty($showmode);
|
||||
|
||||
if (empty($noout)) print_end_menu_array_empty();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user