Fix module descriptor of dav module
This commit is contained in:
parent
88890cf9f4
commit
d7d9c8c338
@ -89,8 +89,8 @@ class modDav extends DolibarrModules
|
|||||||
'tpl' => 0, // Set this to 1 if module overwrite template dir (core/tpl)
|
'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)
|
'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)
|
'models' => 0, // Set this to 1 if module has its own models directory (core/modules/xxx)
|
||||||
'css' => array(''), // Set this to relative path of css file if module has its own css file
|
'css' => array(), // Set this to relative path of css file if module has its own css file
|
||||||
'js' => array(''), // Set this to relative path of js file if module must load a js on all pages
|
'js' => array(), // Set this to relative path of js file if module must load a js on all pages
|
||||||
'hooks' => array() // Set here all hooks context managed by module. To find available hook context, make a "grep -r '>initHooks(' *" on source code. You can also set hook context 'all'
|
'hooks' => array() // Set here all hooks context managed by module. To find available hook context, make a "grep -r '>initHooks(' *" on source code. You can also set hook context 'all'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user