app->moduleManager->getAllModules(); $active = $this->app->moduleManager->getActiveModules(); $installed = $this->app->moduleManager->getInstalledModules(); $id = $this->request->getData('id') ?? 1; ?>
| = $this->getHtml('Name'); ?> | = $this->printHtml($modules[$id]['name']['external']); ?> |
| = $this->getHtml('Version'); ?> | = $this->printHtml($modules[$id]['version'] ); ?> |
| = $this->getHtml('CreatedBy'); ?> | = $this->printHtml($modules[$id]['creator']['name'] ); ?> |
| = $this->getHtml('Website'); ?> | = $this->printHtml($modules[$id]['creator']['website'] ); ?> |
| = $this->getHtml('Description'); ?> | = $this->printHtml($modules[$id]['description'] ); ?> |