module.php 236 B

123456
  1. <?php
  2. $this->registerModule($module, 'main', __('Personal notes and reminders'), 'Nightfly', array(
  3. 'STICKYNOTES' => __('right to use personal sticky notes'),
  4. 'REVELATIONS' => __('right to manage sticky revelations'),
  5. ));
  6. ?>