/**
  * writeHeader - write the header of the output
  */
 function writeHeader()
 {
     $GLOBALS['HTML']->header(array('title' => _('Search')));
     parent::writeHeader();
 }
 /**
  * writeHeader - write the header of the output
  */
 function writeHeader()
 {
     site_project_header(array('title' => _('Search'), 'group' => $this->groupId, 'toptab' => $this->topTab));
     parent::writeHeader();
 }