aboutsummaryrefslogtreecommitdiff
path: root/templates/courseware/mails/certificate.php
blob: 1e948be986298726260432b73f6b272618fe0585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p style="font-size: 14px; text-align: right;">
    <?= strftime('%x', $timestamp) ?>
</p>
<h1 style="font-size: 20px; text-align: center">
    <?= htmlReady($unit->config['certificate']['title']) ?>
</h1>
<h2 style="font-size: 14px; text-align: center">
    <?= sprintf(_('für %s'), htmlReady($user->getFullname())) ?>
</h2>
<p style="font-size: 14px; text-align: center;">
    <?= $unit->config['certificate']['text'] ?>
</p>