From 32878f826b4c5cc0258fa9236080f12ec510bb69 Mon Sep 17 00:00:00 2001 From: adametz Date: Wed, 29 Aug 2018 07:54:23 +0000 Subject: [PATCH] PDF Footer git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3457 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 25056b5a..1057d8f0 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, '');