aboutsummaryrefslogtreecommitdiff
path: root/templates/contentbar/contentbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contentbar/contentbar.php')
-rw-r--r--templates/contentbar/contentbar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/contentbar/contentbar.php b/templates/contentbar/contentbar.php
index 34dab2a..a4632ca 100644
--- a/templates/contentbar/contentbar.php
+++ b/templates/contentbar/contentbar.php
@@ -14,10 +14,10 @@
<div class="contentbar-wrapper-left">
<nav class="contentbar-breadcrumb">
<? if ($toc->isActive()): ?>
- <?= $icon->asSvg(24, ['class' => 'text-bottom contentbar-icon']) ?>
+ <?= $icon->asImg(24, ['class' => 'text-bottom contentbar-icon']) ?>
<? else: ?>
<a href="<?= $toc->getUrl() ?>" title="<?= htmlReady($toc->getTitle()) ?>" class="contentbar-icon">
- <?= $icon->asSvg(24, ['class' => 'text-bottom']) ?>
+ <?= $icon->asImg(24, ['class' => 'text-bottom']) ?>
</a>
<? endif ?>
<?= $breadcrumbs->render() ?>