diff options
Diffstat (limited to 'app/views/course/topics/_material.php')
| -rw-r--r-- | app/views/course/topics/_material.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/course/topics/_material.php b/app/views/course/topics/_material.php index 5e853ce..8f83a47 100644 --- a/app/views/course/topics/_material.php +++ b/app/views/course/topics/_material.php @@ -8,7 +8,7 @@ aria-label="<?= $folder_label ?>" title="<?= $folder_label ?>" > - <?= $folder->getTypedFolder()->getIcon('clickable')->asSvg(['class' => 'text-bottom']) ?> + <?= $folder->getTypedFolder()->getIcon('clickable')->asImg(['class' => 'text-bottom']) ?> <span class="<?= $always_show ? '' : 'responsive-hidden' ?>"> <?= _('Dateiordner') ?> </span> @@ -24,7 +24,7 @@ aria-label="<?= $ftopic_label ?>" title="<?= $ftopic_label ?>" > - <?= Icon::create('forum')->asSvg(['class' => 'text-bottom']) ?> + <?= Icon::create('forum')->asImg(['class' => 'text-bottom']) ?> <span class="<?= $always_show ? '' : 'responsive-hidden' ?>"> <?= _('Thema im Forum') ?> </span> |
