$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.
$pdf->Output('timesheet.pdf', 'D'); // D is for downloads.
// End of of TCPDF code.
-?>
\ No newline at end of file