1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00
php-e107/e107_core/templates/print_template.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>';