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