diff --git a/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl b/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl index cb91e0d..421cded 100644 --- a/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl +++ b/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl @@ -7,19 +7,19 @@ [{block name="pdfTopingFile"}] - [{include file="/home/elegltyp/schmidtshop.wkgisp.de/source/modules/d3/pdfdocuments/Application/views/tpl/includingFiles/pdfToping.tpl"}] + [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}] [{/block}] [{block name="pdfFooterFile"}] - [{include file="/home/elegltyp/schmidtshop.wkgisp.de/source/modules/d3/pdfdocuments/Application/views/tpl/includingFiles/pdfFooter.tpl"}] + [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}] [{/block}] [{* +++++ main page part +++++ *}] [{block name="pdfHeadingFile"}] [{block name="pdfHeaderFile"}] - [{include file="/home/elegltyp/schmidtshop.wkgisp.de/source/modules/d3/pdfdocuments/Application/views/tpl/includingFiles/pdfHeader.tpl"}] + [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}] [{/block}] [{/block}] [{* +++++Artikeltabelle+++++*}] @@ -81,7 +81,7 @@ [{/block}] [{block name="pdfPastThankFile"}] - [{include file="/home/elegltyp/schmidtshop.wkgisp.de/source/modules/d3/pdfdocuments/Application/views/tpl/includingFiles/pdfPastThank.tpl"}] + [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}]] [{/block}] \ No newline at end of file