blob: b22ab83240c4ea3ab705c2e35c2e1b8587119307 (
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')->asSvg(['class' => 'text-bottom']) ?>
<?= htmlReady($material['name']) ?>
</a>
</div>
|