diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index 6d805bd..94fc2fd 100755 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -91,12 +91,13 @@ $tableView->setObjects($modules); - getHtml('Active')); - elseif ($status === ModuleStatus::INACTIVE) + } elseif ($status === ModuleStatus::INACTIVE) { echo \mb_strtolower($this->getHtml('Inactive')); - else - echo \mb_strtolower($this->getHtml('Available')); ?> + } else { + echo \mb_strtolower($this->getHtml('Available')); + } ?>