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

12 lines
220 B
PHP

<?php
$header = '
<table style="font-size: 7pt; width: 100%"><tr>
<td style="width: 80%">
&nbsp;
</td>
<td style="text-align: right; vertical-align: bottom;">
www.e5.pl
</td>
</tr></table>
<hr>
';