SetCreator('eGroupWare '.$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']); $this->SetAuthor($GLOBALS['phpgw']->common->display_fullname()); } //Page footer function Footer() { //Position at 1.5 cm from bottom $this->SetY(-15); //Arial italic 8 $this->SetFont('Arial','I',8); //Page number $this->Cell(0,10,lang('Page').' '.$this->PageNo().'/{nb}',0,0,'C'); } } ?>