edit of modKnowledgeManagement.class

This commit is contained in:
lmarcouiller 2021-04-28 15:28:00 +02:00
parent 97043ca665
commit d753ef6393

View File

@ -291,7 +291,7 @@ class modKnowledgeManagement extends DolibarrModules
'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
'type'=>'top', // This is a Top menu entry
'titre'=>'ModuleKnowledgeManagementName',
'prefix' => img_picto('', 'mrp', 'class="paddingright pictofixedwidth"'),
'prefix' => img_picto('knowledgemanagement', 'knowledgemanagement', 'class="paddingright pictofixedwidth"'),
'mainmenu'=>'knowledgemanagement',
'leftmenu'=>'',
'url'=>'/knowledgemanagement/knowledgerecord_list.php',