2
0
forked from Wavyzz/dolibarr

More complete example

This commit is contained in:
Laurent Destailleur
2010-08-25 23:28:16 +00:00
parent b201aeb3d3
commit ff691c6456

View File

@@ -80,7 +80,7 @@ class modMyModule extends DolibarrModules
$r=0; $r=0;
// Relative path to module style sheet if exists. Example: '/mymodule/css/mycss.css'. // Relative path to module style sheet if exists. Example: '/mymodule/css/mycss.css'.
$this->style_sheet = ''; //$this->style_sheet = '/mymodule/mymodule.css.php';
// Config pages. Put here list of php page names stored in admmin directory used to setup module. // Config pages. Put here list of php page names stored in admmin directory used to setup module.
$this->config_page_url = array("mymodulesetuppage.php"); $this->config_page_url = array("mymodulesetuppage.php");