diff --git a/include/class_pdf.php b/include/class_pdf.php index 4a6d6e6ec..9b7d843bf 100644 --- a/include/class_pdf.php +++ b/include/class_pdf.php @@ -68,7 +68,7 @@ class PDF extends FPDF { //Page number $this->Cell(0,8,'Date '.$this->date." - Page ".$this->PageNo().'/{nb}',0,0,'C'); // Created by PhpCompta - $this->Cell(0,8,'Created by Phpcompta, the most professional opensource accounting software',0,0,'C'); + $this->Cell(0,8,'Created by Phpcompta, the most professional opensource accounting software',0,0,'C',false,'http://www.phpcompta.eu'); } function Cell ($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='') { $txt = str_replace("\\", "", $txt);