diff options
Diffstat (limited to 'templates/blubber/coursegroup_context.php')
| -rw-r--r-- | templates/blubber/coursegroup_context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blubber/coursegroup_context.php b/templates/blubber/coursegroup_context.php index 78c4627..b8c754b 100644 --- a/templates/blubber/coursegroup_context.php +++ b/templates/blubber/coursegroup_context.php @@ -36,7 +36,7 @@ <? $folder = $thread->statusgruppe->getFolder() ?> <div> <a href="<?= URLHelper::getLink('dispatch.php/course/files/index/'.$folder->getId(), ['cid' => $course->getId()]) ?>"> - <?= $folder->getIcon('clickable')->asSvg(25, ['class' => 'text-bottom']) ?> + <?= $folder->getIcon('clickable')->asImg(25, ['class' => 'text-bottom']) ?> <?= htmlReady($folder->name) ?> </a> </div> |
