aboutsummaryrefslogtreecommitdiff
path: root/templates/login/_header_contrast.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login/_header_contrast.php')
-rw-r--r--templates/login/_header_contrast.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login/_header_contrast.php b/templates/login/_header_contrast.php
index d98db07..38f98c3 100644
--- a/templates/login/_header_contrast.php
+++ b/templates/login/_header_contrast.php
@@ -4,11 +4,11 @@
<input type="hidden" name="page" value="<?= Request::url() ?>">
<div id="contrast">
<? if (!empty($_SESSION['contrast'])): ?>
- <?= Icon::create('accessibility', Icon::ROLE_INFO_ALT)->asSvg(24) ?>
+ <?= Icon::create('accessibility', Icon::ROLE_INFO_ALT)->asImg(24) ?>
<button class="as-link" name="unset_contrast"><?= _('Normalen Kontrast aktivieren') ?></button>
<?= tooltipIcon(_('Aktiviert standardmäßige, nicht barrierefreie Kontraste.'), false, false, true); ?>
<? else: ?>
- <?= Icon::create('accessibility', Icon::ROLE_INFO_ALT)->asSvg(24) ?>
+ <?= Icon::create('accessibility', Icon::ROLE_INFO_ALT)->asImg(24) ?>
<button class="as-link" name="set_contrast"><?= _('Hohen Kontrast aktivieren') ?></button>
<?= tooltipIcon(_('Aktiviert einen hohen Kontrast gemäß WCAG 2.1. Diese Einstellung wird nach dem Login übernommen.
Sie können sie in Ihren persönlichen Einstellungen ändern.'), false, false, true); ?>