blob: 6e0fa291abcab0d419e91c0ef1be91f7c7329060 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div class="blubber_course_info indented">
<div class="headline">
<a href="<?= URLHelper::getLink("dispatch.php/institute/overview", ['auswahl' => $institute->getId()]) ?>"
class="avatar"
style="background-image: url('<?= InstituteAvatar::getAvatar($institute->getId())->getURL(Avatar::MEDIUM) ?>');"></a>
</a>
<div class="side">
<a href="<?= URLHelper::getLink("dispatch.php/institute/overview", ['auswahl' => $institute->getId()]) ?>">
<?= htmlReady($institute->name) ?>
</a>
</div>
</div>
</div>
|