mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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"'),
|
||||
'mainmenu'=>'hrm',
|
||||
'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.
|
||||
'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.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file recruitment/recruitmentindex.php
|
||||
* \file recruitment/index.php
|
||||
* \ingroup recruitment
|
||||
* \brief Home page of recruitment top menu
|
||||
*/
|
||||
Loading…
Reference in New Issue
Block a user