booking form responsive

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3463 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-09-07 11:52:08 +00:00
parent 2fe066b00f
commit ad4dff526c
6 changed files with 107 additions and 14 deletions

View file

@ -38,7 +38,7 @@ class Pdf extends TCPDF
public function Footer()
{
$footerDir = $this->webDir.'/assetic/'.$this->getFileName('footerText');
$footerDir = $this->webDir.'/assetic/footerPDF.svg';
$this->ImageSVG($footerDir, 0, 228, 210, '');