mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
11 lines
311 B
PHP
11 lines
311 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
$PRINT_TEMPLATE['default'] = '<div style="background-color:white">
|
||
|
<div style="text-align:{ALIGN}">{LOGO: h=100}</div>
|
||
|
<hr />
|
||
|
<div style="text-align:{ALIGN}; margin-bottom:50px">{TEXT}</div>
|
||
|
<div class="hidden-print" style="text-align:center">{BUTTON}</div>
|
||
|
</div>';
|
||
|
|