Files
crm.e5.pl/modules/EcmReturns/PDFTemplate/header.php
2024-04-27 09:23:34 +02:00

12 lines
284 B
PHP

<?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>
';