From f483d67ac2fc27b4abc735f9a033d9dc569e4c57 Mon Sep 17 00:00:00 2001 From: adametz Date: Wed, 29 Aug 2018 08:07:53 +0000 Subject: [PATCH] footer git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3458 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/AppBundle/Pdf.php b/trunk/src/AppBundle/Pdf.php index 1057d8f0..25056b5a 100644 --- a/trunk/src/AppBundle/Pdf.php +++ b/trunk/src/AppBundle/Pdf.php @@ -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, '');