e107inc/e107

View on GitHub
e107_core/templates/print_template.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
<?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>';