module.php 153 B

123456
  1. <?php
  2. $this->registerModule($module, 'main', __('Polls results'), 'Pautina',
  3. array('POLLSREPORT' => __('Right to use polls results'),
  4. ));
  5. ?>