Update doc

This commit is contained in:
Laurent Destailleur
2012-02-04 00:50:49 +01:00
parent 42ee2f529c
commit 7a4a846256

View File

@@ -80,8 +80,8 @@ class modMyModule extends DolibarrModules
// Relative path to module style sheet if exists. Example: '/mymodule/css/mycss.css'.
//$this->style_sheet = '/mymodule/mymodule.css.php';
// Config pages. Put here list of php page names stored in admmin directory used to setup module.
$this->config_page_url = array("mymodulesetuppage.php");
// Config pages. Put here list of php page, stored into mymodule/admin directory, to use to setup module.
$this->config_page_url = array("mysetuppage.php@mymodule");
// Dependencies
$this->depends = array(); // List of modules id that must be enabled if this module is enabled