mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
NEW Top menu support picto of modules that are font awesome picto.
This commit is contained in:
@@ -266,7 +266,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('', $this->picto, 'class="paddingright pictofixedwidth em092"'),
|
||||
'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth em092"'),
|
||||
'mainmenu'=>'knowledgemanagement',
|
||||
'leftmenu'=>'',
|
||||
'url'=>'/knowledgemanagement/knowledgerecord_list.php',
|
||||
|
||||
Reference in New Issue
Block a user