function __construct()
 {
     parent::__construct();
     $this->links = $this->get_links();
     $this->title = sprintf(__('Newest %s'), __(PA::$group_noun_plural));
     $this->block_type = 'Homepage';
     $this->html_block_id = 'CNNewestGroupsModule';
     $this->view_all_url = PA::$url . PA_ROUTE_HOME_PAGE;
 }
 public function __construct()
 {
     parent::__construct();
     $this->title = sprintf(__("Largest %s"), PA::$group_noun_plural);
 }