module.php 474 B

1234567891011
  1. <?php
  2. $this->registerModule($module, 'main', __('Branches'), 'Nightfly', array('BRANCHES' => __('right to use branches module'),
  3. 'BRANCHESREG' => __('right to register branches users'),
  4. 'BRANCHESFINREP' => __('right to use branches financial report'),
  5. 'BRANCHESSIGREP' => __('right to use branches signup report'),
  6. 'BRANCHESCONF' => __('right to control branches configuration'),
  7. 'BRANCHESUSERMOD' => __('right to switch existing user branches')
  8. ));
  9. ?>