public function __construct()
 {
     parent::__construct();
     $this->rdata = $this->read();
     $this->smarty_assign("modules", $this->rdata);
     $this->add_button("add_new", 'go_to_add_module');
 }
 public function __construct()
 {
     parent::__construct();
 }