SetStyle("head1","arial","",6,"160,160,160");
$this->SetStyle("head2","arial","",6,"0,119,220");
$this->SetY(10);
$this->MultiCellTag(100, 3, "FPDF Tag Based Multicell (Fpdf Add On)\nAuthor: Bintintan Andrei, Interpid Team");
$this->Image('images/interpid_logo.png', 160, 10, 40, 0, '', 'http://www.interpid.eu');
$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');
}
}
?>