diff --git a/library/Scores/Pdf/Tcpdf.php b/library/Scores/Pdf/Tcpdf.php index 3504607ac..14079c1a0 100644 --- a/library/Scores/Pdf/Tcpdf.php +++ b/library/Scores/Pdf/Tcpdf.php @@ -1,15 +1,13 @@ bgimage = $file; } - + /** * (non-PHPdoc) * @see TCPDF::Header() @@ -31,7 +29,7 @@ class Scores_Pdf_Tcpdf extends TCPDF $this->setPageMark(); } } - + /** * (non-PHPdoc) * @see TCPDF::Footer() @@ -45,6 +43,6 @@ class Scores_Pdf_Tcpdf extends TCPDF // Page number $this->Cell(0, 10, 'Page '.$this->getAliasNumPage().'/'.$this->getAliasNbPages(), 0, false, 'C', 0, '', 0, false, 'T', 'M'); } - - + + } \ No newline at end of file