aboutsummaryrefslogtreecommitdiff
path: root/templates/courseware/block_types/canvas.php
blob: a8e0b6ffb6892d16729620e7d937ab4022d5a176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div style="font-size: 12px;">
    <p style="font-weight: bold;"><?= _('Leinwand') . ': ' ?></p>
    <? if ($files[0]): ?>
        <p>
            <img src="<?= htmlReady($files[0]->getDownloadURL()); ?>">
            <span style="font-style:italic"><?= htmlReady($files[0]->name); ?></span>
        </p>
    <? else: ?>
        <p>
        <span style="font-style:italic"><?= _('ohne Hintergrundbild'); ?></span>
        </p>
    <? endif; ?>
</div>