diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/extension/index.phtml | 1 | ||||
| -rw-r--r-- | app/views/subscription/index.phtml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml index b94af7947..dea2a9977 100644 --- a/app/views/extension/index.phtml +++ b/app/views/extension/index.phtml @@ -77,7 +77,6 @@ </table> </div> <?php } ?> - <?php $class = isset($this->extension) ? ' active' : ''; ?> <a href="#" id="close-slider" class="<?= $class ?>"> <?= _i('close') ?> diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index fd3d1e69e..446d64bff 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -73,7 +73,6 @@ </div> </div> </div> - <?php $class = $this->displaySlider ? ' active' : ''; ?> <a href="#" id="close-slider" class="<?= $class ?>"> <?= _i('close') ?> |
