On utilise syntaxe qui permet d'avoir plusieurs pages de config par modules, pour tous les modules

This commit is contained in:
Laurent Destailleur
2006-12-05 23:20:18 +00:00
parent bc32a64817
commit 41ee95bab4
25 changed files with 29 additions and 28 deletions

View File

@@ -68,7 +68,7 @@ class modNotification extends DolibarrModules
$this->langfiles = array("mails");
// Config pages
$this->config_page_url = "notification.php";
$this->config_page_url = array("notification.php");
// Constantes
$this->const = array();