Files
Chamilo/main/template/default/export/pdf_footer.tpl
2025-08-14 22:37:50 +02:00

10 lines
339 B
Smarty

<table border="0" width="100%" class="full-width border-top page-footer">
<tr>
<td width="80%" class="text-left">
<strong>{{ _s.institution }}</strong>
</td>
<td width="30%" class="text-right" style="text-align: right;">
<strong>{PAGENO} / {nb}</strong>
</td>
</tr>
</table>