module.php 131 B

1234
  1. <?php
  2. $this->registerModule($module, 'main', __('Testing dev'), 'Nightfly', array('TESTING' => __('right to testing module')));
  3. ?>