diff options
| author | 2025-12-08 20:32:28 +0100 | |
|---|---|---|
| committer | 2025-12-08 20:32:28 +0100 | |
| commit | fd9e2843f10058147d26d510471e5420ac8101a1 (patch) | |
| tree | 25bafe8f01baa5ff3cd8f868d441571d594233e7 /app/views/index | |
| parent | 9fb3a02b96d5278a8a28edc0831f9c665fbace85 (diff) | |
Minor refactor `<img class="icon">` -> `_i('...')` (#8297)
Diffstat (limited to 'app/views/index')
| -rw-r--r-- | app/views/index/normal.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 41b2c06c2..2eb512f2e 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -186,7 +186,7 @@ $today = @strtotime('today'); <?php $class = $this->displaySlider ? ' active' : ''; ?> <aside id="slider" class="<?= $class ?>"> - <a class="toggle_aside" href="#close"><img class="icon" src="../themes/icons/close.svg" loading="lazy" alt="❌"></a> + <a class="toggle_aside" href="#close"><?= _i('close') ?></a> <div id="slider-content"> </div> </aside> |
