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/subscription | |
| parent | 9fb3a02b96d5278a8a28edc0831f9c665fbace85 (diff) | |
Minor refactor `<img class="icon">` -> `_i('...')` (#8297)
Diffstat (limited to 'app/views/subscription')
| -rw-r--r-- | app/views/subscription/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 170f872fc..17c8128e9 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -91,7 +91,7 @@ <?php $class = isset($this->feed) || isset($this->category) ? ' 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"> <?php if (isset($this->feed)) { |
