SetXY(60,5); $pdf->SetFont('Arial','B',16); $pdf->Cell(135,5,'Condominio ' . $negocio,0,0,'L'); $pdf->SetXY(80,15); $pdf->SetFont('Arial','',12); $pdf->Cell(0,5,'Relación de Condominos sin Registro de Pago de Mantenimiento' ,0,0,'L'); $pdf->SetXY(80,20); $pdf->SetFont('Arial','',10); $pdf->Cell(0,5,'MES: ' . $mes . ' de ' . $ako_s1,0,0,'L'); $pdf->Ln(10); */ //echo "Negocio ----- $negocio
"; class pdf_usage extends fpdf_table { public function Header() { global $title; $this->SetStyle("head1","arial","",12,"160,160,160"); $this->SetStyle("head2","arial","",10,"0,119,220"); $this->SetXY(70, 10); $this->MultiCellTag(150, 3, "UNIDAD SANTA FE IMSS. Administración\n$title\n\n"); $this->Image('../sistemas/logos/uhsf.jpg', 10, 5, 35.11, 23.11); $this->SetY($this->tMargin); } public function Footer() { global $titlef; $this->SetY(-10); $this->SetFont('Arial','I',7); $this->SetTextColor(170, 170, 170); $this->MultiCell(0, 4, "Página {$this->PageNo()} de {nb}\n$titlef", 0, 'C'); } } ?>