footer
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3458 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
32878f826b
commit
f483d67ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class Pdf extends TCPDF
|
|||
public function Footer()
|
||||
{
|
||||
|
||||
$footerDir = $this->webDir.'/assetic/'.$this->getFileName('_footerText');
|
||||
$footerDir = $this->webDir.'/assetic/'.$this->getFileName('footerText');
|
||||
|
||||
$this->ImageSVG($footerDir, 0, 228, 210, '');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue