Add footer when printing report

angellimas wrote on Thursday, July 26, 2012:

Hi, I’m using LBF for printing reports, and I want to add a custom header-footer, I already added the header by editing the ‘custom_report.php’ file, adding this

<html>
<head>
<center>
<?php html_header_show();
echo "<img src='$practice_logo' align='center'>";?>
<br></center>

I tried to add a html footer tag, but when I print the report, it’s right next to the data, not at the page footer, it’s there a tag or some code to print it at every page footer?

Cheers :smiley:

BTW, Im running OpenEMR 4.1.0 on EasyPHP 5.3.9 (PHP 5.3.9 VC9 | Apache 2.2.21 VC9 | MySQL 5.5.20 | PhpMyAdmin 3.4.9 | Xdebug 2.1.3) on Windows 7 Ultimate.