module.php 135 B

1234
  1. <?php
  2. $this->registerModule($module, 'main', __('Edit user'), 'Nightfly', array('USEREDIT' => __('right to access user editors')));
  3. ?>