Projet

Général

Profil

Révision a2baadd1

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/print/print_pdf/print_pdf.class.inc
12 12
class PrintTCPDF extends TCPDF {
13 13
  public $footer;
14 14

  
15
  // Display invisible link at the bottom of all pages.
16
  public function setTcpdfLink($tcpdflink) {
17
    $this->tcpdflink = $tcpdflink;
18
  }
19

  
15 20
  // Page footer data
16
  public function SetFooterData($arg = '') {
21
  public function setFooterContent($arg = '') {
17 22
    $this->footer = $arg;
18 23
  }
19 24

  

Formats disponibles : Unified diff