module.php 143 B

123456
  1. <?php
  2. $this->registerModule($module, 'main', __('Insurance'), 'Nightfly', array(
  3. 'INSURANCE' => __('right to use insurance module')
  4. ));
  5. ?>