aboutsummaryrefslogtreecommitdiff
path: root/app/views/oer/embed/standard.php
blob: b5c7a4c75b3c3669d085d8b928b9e8c0a281574c (plain)
1
2
3
4
5
6
7
8
<? if ($url) : ?>
    <a href="<?= htmlReady($url) ?>">
<? else : ?>
    <a href="<?= htmlReady($source_url) ?>" target="_blank">
<? endif ?>
    <?= Icon::create('oer-campus')->asSvg(['class' => 'text-bottom']) ?>
    <?= htmlReady($material['name']) ?>
</a>