This commit is contained in:
Martin Müller 2014-04-30 00:38:23 +02:00
parent da247c7106
commit 3858389cbe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class XTCPDF extends TCPDF{
else else
$this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo.png',0,10,20,20,'','','','',300,'R'); $this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo.png',0,10,20,20,'','','','',300,'R');
$this->SetMargins(25,25,20,25); $this->SetMargins(25,25,20,25);
$this->SetHeaderMargin(45); $this->SetHeaderMargin(50);
$this->SetFooterMargin(40); $this->SetFooterMargin(40);
} }