Add hyperlink on banner on PDF
This commit is contained in:
parent
4ef88e6b06
commit
67aa66ef86
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue