mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
This commit is contained in:
10
e107_core/templates/print_template.php
Normal file
10
e107_core/templates/print_template.php
Normal 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>';
|
||||
|
Reference in New Issue
Block a user