init
This commit is contained in:
12
modules/EcmReturns/PDFTemplate/header.php
Normal file
12
modules/EcmReturns/PDFTemplate/header.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$header = '
|
||||
<table style="font-size: 7pt; width: 100%"><tr>
|
||||
<td>
|
||||
<img style="width: 150px;" src="modules/EcmReturns/PDFTemplate/logo.png"/>
|
||||
</td>
|
||||
<td style="text-align: right; vertical-align: bottom; font-size: 12;">
|
||||
www.e5.pl
|
||||
</td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
';
|
||||
Reference in New Issue
Block a user