This commit is contained in:
parent
d3c8e90a6b
commit
3a92368678
|
@ -40,7 +40,7 @@ class XTCPDF extends TCPDF{
|
|||
$this->Cell(0,8, $this->mail,array('T'=>array('width' => 1,'color'=>array(0,115,184))),1,'L');
|
||||
$this->SetY(-20);
|
||||
if($this->disableDesign)
|
||||
$this->Cell(0,8,$this->PageNo()." von ".$this->getAliasNbPages(),'',1,'R');
|
||||
$this->Cell(0,8,$this->PageNo()." / ".$this->getAliasNbPages(),'',1,'R');
|
||||
else
|
||||
$this->Cell(0,8,'www.dream-job.eu','',1,'R');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue