8
0
Fork 0
pdfdokumente/Application/views/tpl/documents/inc/header.tpl

12 Zeilen
410 B
Smarty

[{assign var="showLogo" value=$showLogo|default:true}]
[{block name="pdfToping"}]
<div class="pdf_header_positioning">
[{if $showLogo}]
[{assign var="logoUrl" value=$oViewConf->getImageUrl('Elektroversand-Schmidt_Logo_360.jpg')}]
[{if $logoUrl}]
<img alt="" src="[{$logoUrl}]" style="width: 180px;">
[{/if}]
[{/if}]
</div>
[{/block}]