module.php 191 B

1234567
  1. <?php
  2. $this->registerModule($module, 'main', __('Jobs'), 'Nightfly', array(
  3. 'EMPLOYEE' => __('right to view employees jobs'),
  4. 'JOBSMGMT' => __('right to control employees jobs')
  5. ));