module.php 187 B

1234567
  1. <?php
  2. $this->registerModule($module, 'main', __('Visor'), 'Nightfly', array(
  3. 'VISOR' => __('right to view visor module'),
  4. 'VISOREDIT' => __('right to manage visor module')
  5. ));
  6. ?>