SetStyle("head1","arial","",16,"160,160,160"); $this->SetStyle("head2","arial","",14,"160,160,160"); $this->SetXY(50,10); $this->MultiCellTag(100, 3, "COLEGIO GIOCOSA\n\nDirección de Administración"); $this->Image('images/giocosa.jpg', 0, 0, 40, 0, '', 'http://www.balah.com.mx/giocosa'); $this->SetY($this->tMargin); } public function Footer() { $this->SetY(-10); $this->SetFont('Arial','I',7); $this->SetTextColor(170, 170, 170); $this->MultiCell(0, 4, "Page {$this->PageNo()} / {nb}", 0, 'C'); } } ?>