in print.php
Right after this code:
Code: Select all
<body onload="window.print()">
Code: Select all
<?php
include(HESK_PATH . 'header.txt');
?>
Code: Select all
echo $hesklang['end_ticket'];
?>
</p>
Code: Select all
<?php
include(HESK_PATH . 'footer.txt');
?>