public function __construct()
 {
     // Array of block params
     $block = array("classname" => "category_wildlife_block", "name" => "Wildlife Reports", "description" => "List the 10 latest reports in the wildlife category");
     // register block with core, this makes it available to users
     blocks::register($block);
 }
 public function __construct()
 {
     $block = array("classname" => "polaroid_reports_block", "name" => "Polaroid Reports", "description" => "List the 35 latest reports in the system. Part of the Polaroid Theme.");
     blocks::register($block);
     // Hook into routing
     Event::add('system.pre_controller', array($this, 'add'));
 }
 public function __construct()
 {
     $block = array("classname" => "news_block", "name" => "Main Stream News", "description" => "List the 10 latest news items from available news feeds");
     blocks::register($block);
 }
 public function __construct()
 {
     $block = array("classname" => "tedx_reports_block", "name" => "TEDx Reports", "description" => "List the 10 latest reports in the system");
     blocks::register($block);
 }
 public function __construct()
 {
     $block = array("classname" => "media_reports_block", "name" => "Media", "description" => "List the 10 latest reports with thumbnails");
     blocks::register($block);
 }