]> wagnertech.de Git - timetracker.git/blobdiff - topdf.php
Removed PHP closing tag in more files
[timetracker.git] / topdf.php
index 7aed32d7dfa25bcb42fb7e7e89fdd81d7521a4ca..286724fee300486ab54565515aca99d2aa2d4a42 100644 (file)
--- a/topdf.php
+++ b/topdf.php
@@ -309,6 +309,9 @@ if ($totals_only) {
   $html .= '</tr>';
   $html .= '</table>';
 }
+
+// Output footer.
+$html .= '<p style="text-align: center;">'.$i18n->getKey('form.mail.footer').'</p>';
 // By this time we have html ready.
 
 // Determine title for report.
@@ -402,4 +405,3 @@ $pdf->writeHTML($html, true, false, false, false, '');
 $pdf->Output('timesheet.pdf', 'D'); // D is for downloads.
 
 // End of of TCPDF code.
-?>
\ No newline at end of file