Add hyperlink on banner on PDF

This commit is contained in:
Dany De Bontridder 2010-05-04 13:19:02 +00:00
parent 4ef88e6b06
commit 67aa66ef86

View file

@ -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);