Files
dokuwiki-plugins/lib/plugins/dw2pdf/tpl/default/header_odd.html
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

8 lines
325 B
HTML

<table width="100%" class="pdfheader">
<tr>
<td style="text-align: left">@DATE@</td>
<td style="text-align: center">@PAGE@/@PAGES@</td> <!-- remove / and use setting $mpdf->pagenumSuffix = '/'; to have only / if @PAGES@ is defined -->
<td style="text-align: right">@TITLE@</td>
</tr>
</table>