diff --git a/dev/skeletons/modMyModule.class.php b/dev/skeletons/modMyModule.class.php index f81b72b5776..26d8ce19865 100644 --- a/dev/skeletons/modMyModule.class.php +++ b/dev/skeletons/modMyModule.class.php @@ -77,6 +77,7 @@ class modMyModule extends DolibarrModules // 'login' => 0, // Set this to 1 if module has its own login method directory (core/login) // 'substitutions' => 0, // Set this to 1 if module has its own substitution function file (core/substitutions) // 'menus' => 0, // Set this to 1 if module has its own menus handler directory (core/menus) + // 'theme' => 0, // Set this to 1 if module has its own theme directory (core/theme) // 'tpl' => 0, // Set this to 1 if module overwrite template dir (core/tpl) // 'barcode' => 0, // Set this to 1 if module has its own barcode directory (core/modules/barcode) // 'models' => 0, // Set this to 1 if module has its own models directory (core/modules/xxx) diff --git a/htdocs/admin/tools/update.php b/htdocs/admin/tools/update.php index bcf0adbb94d..47e53ace4b2 100644 --- a/htdocs/admin/tools/update.php +++ b/htdocs/admin/tools/update.php @@ -85,7 +85,7 @@ if (GETPOST('action','alpha')=='install') } else { - $mesg = "".$langs->trans("SetupIsReadyForUse").""; + $mesg = '