aboutsummaryrefslogtreecommitdiff
path: root/app/views/oer/embed/_link.php
blob: 684a388a1da7cad266a00a2a5d9ed6cb5aa3e869 (plain)
1
2
3
4
5
6
7
<div style="text-align: right;">
    <a href="<?= URLHelper::getLink("dispatch.php/oer/market/details/{$id}") ?>"
       title="<?= htmlReady(_('Zum OER Campus wechseln')) ?>">
        <?= Icon::create('oer-campus')->asImg(['class' => 'text-bottom']) ?>
        <?= htmlReady($material['name']) ?>
    </a>
</div>