Qual: First change to remove pre.inc.php

This commit is contained in:
Regis Houssin
2010-03-01 08:00:49 +00:00
parent 337ebafceb
commit a740922190
5 changed files with 11 additions and 49 deletions

View File

@@ -142,7 +142,7 @@ class modMyModule extends DolibarrModules
// 'type'=>'top', // This is a Top menu entry
// 'titre'=>'MyModule top menu',
// 'mainmenu'=>'mymodule',
// 'leftmenu'=>'1', // Use 1 if you also want to add left menu entries using this descriptor. Use 0 if left menu entries are defined in a file pre.inc.php (old school).
// 'leftmenu'=>'1', // Use 1 if you also want to add left menu entries using this descriptor.
// 'url'=>'/mymodule/pagetop.php',
// 'langs'=>'mylangfile', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
// 'position'=>100,