public function __construct($title)
 {
     parent::__construct($title);
     $this->set_icon('icon-nelioab');
     $this->exp = null;
     $this->results = null;
 }
 public function __construct($title)
 {
     parent::__construct($title);
     $this->set_icon('icon-nelioab');
     $this->exp = null;
     $this->results = null;
     $this->post_type = array('name' => 'page', 'singular' => 'Page', 'plural' => 'Pages');
     $this->graphic_delay = 500;
 }