app->moduleManager->getAllModules(); $active = $this->app->moduleManager->getActiveModules(); $installed = $this->app->moduleManager->getInstalledModules(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Version') ?> | = $this->getHtml('Status') ?> |
| = $this->printHtml($module['name']['id']); ?> | = $this->printHtml($module['name']['external']); ?> | = $this->printHtml($module['version']); ?> | getHtml('Active')); elseif (isset($installed[$module['name']['internal']])) echo \mb_strtolower($this->getHtml('Inactive')); else echo \mb_strtolower($this->getHtml('Available')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||