This commit is contained in:
Martin Müller 2014-04-30 00:49:08 +02:00
parent 2e43c19a53
commit 67cce55e61
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>array(
$dev = 0;
$tcpdf = new XTCPDF();
$tcpdf->SetMargins(45,25,20,25);
$tcpdf->SetMargins(25,45,25,20);
$tcpdf->SetHeaderMargin(25);
$tcpdf->SetFooterMargin(20);
$tcpdf->SetAuthor("Miconware");