aboutsummaryrefslogtreecommitdiff
path: root/templates/courseware/mails/certificate.php
blob: c24f96ab614d2b981fa6d77b18720cdf517ddb8d (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>