Skip to content
Snippets Groups Projects
Commit db5f7136 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Update doc

parent 6210818c
Branches
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ class modMyModule extends DolibarrModules
// 'url'=>'/comm/action/index.php',
// 'langs'=>'mylangfile', // Lang file to use (without .lang) by module
// 'position'=>100,
// 'perms'=>'$user->rights->mymodule->level1->level2',
// 'perms'=>'$user->rights->mymodule->level1->level2', // Use 'perms'=>'1' if you want your menu with no permission rules
// 'target'=>'',
// 'user'=>0); // 0=menu for all users
// $r++;
......@@ -158,7 +158,7 @@ class modMyModule extends DolibarrModules
// 'url'=>'/comm/action/index2.php',
// 'langs'=>'mylangfile', // Lang file to use (without .lang) by module
// 'position'=>100,
// 'perms'=>'$user->rights->mymodule->level1->level2',
// 'perms'=>'$user->rights->mymodule->level1->level2', // Use 'perms'=>'1' if you want your menu with no permission rules
// 'target'=>'',
// 'user'=>0); // 0=menu for all users
// $r++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment