Development

Changeset 33301

You must first sign up to be able to contribute.

Changeset 33301

Show
Ignore:
Timestamp:
01/04/12 12:02:37 (1 year ago)
Author:
coopers
Message:

fixed footer/watermark

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/cpTcpdfPlugin/trunk/lib/TCPDFX.class.php

    r33300 r33301  
    592592   
    593593  public function Footer() { 
     594    $cur_y = $this->y; 
     595    $this->printPageFooter(); 
     596    $this->SetY($cur_y); 
    594597    $this->addWatermark(); 
    595     $cur_y = $this->y; 
    596     $this->printPageFooter(); 
    597     $this->SetY($cur_y); 
    598598  } 
    599599