rename recruitmentindex.php -> index.php
This commit is contained in:
parent
e575abfa94
commit
d311629238
@ -261,7 +261,7 @@ class modRecruitment extends DolibarrModules
|
|||||||
'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'),
|
'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'),
|
||||||
'mainmenu'=>'hrm',
|
'mainmenu'=>'hrm',
|
||||||
'leftmenu'=>'recruitmentjobposition',
|
'leftmenu'=>'recruitmentjobposition',
|
||||||
'url'=>'/recruitment/recruitmentindex.php',
|
'url'=>'/recruitment/index.php',
|
||||||
'langs'=>'recruitment', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
'langs'=>'recruitment', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
||||||
'position'=>1000 + $r,
|
'position'=>1000 + $r,
|
||||||
'enabled'=>'$conf->recruitment->enabled', // Define condition to show or hide menu entry. Use '$conf->recruitment->enabled' if entry must be visible if module is enabled.
|
'enabled'=>'$conf->recruitment->enabled', // Define condition to show or hide menu entry. Use '$conf->recruitment->enabled' if entry must be visible if module is enabled.
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file recruitment/recruitmentindex.php
|
* \file recruitment/index.php
|
||||||
* \ingroup recruitment
|
* \ingroup recruitment
|
||||||
* \brief Home page of recruitment top menu
|
* \brief Home page of recruitment top menu
|
||||||
*/
|
*/
|
||||||
Loading…
Reference in New Issue
Block a user