Debug v21

This commit is contained in:
Laurent Destailleur
2024-10-28 11:42:35 +01:00
parent cb0ab53709
commit 18ce4d9a39
4 changed files with 59 additions and 58 deletions

View File

@@ -317,7 +317,7 @@ class modMyModule extends DolibarrModules
// Add here entries to declare new menus
/* BEGIN MODULEBUILDER TOPMENU */
$this->menu[$r++] = array(
'fk_menu' => '', // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
'fk_menu' => '', // Will be stored into mainmenu + leftmenu. Use '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
'type' => 'top', // This is a Top menu entry
'titre' => 'ModuleMyModuleName',
'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth valignmiddle"'),