aboutsummaryrefslogtreecommitdiff
path: root/templates/courseware/block_types/video.php
blob: 5e23416795fc501a2de8bf44b164d96b6f88dba1 (plain)
1
2
3
4
5
6
7
8
9
<div style="font-size: 12px;">
    <p style="font-weight: bold;"><?= _('Video') . ': ' ?></p>
    <p>
        <?= htmlReady($payload['title']); ?>,
        <? if ($files[0]): ?>
            <a href="<?= htmlReady($files[0]->getDownloadURL()) ?>"><?= htmlReady($files[0]->name); ?></a>
        <? endif; ?>
    </p>
</div>