1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Issue #2726, Issue #4452 - Added new e_print.php addon which uses v2.x standards.

This commit is contained in:
Cameron
2021-03-17 11:22:25 -07:00
parent 3400c34d59
commit 07faad666a
4 changed files with 62 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
<?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>';