* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @var \phpOMS\Views\View $this */ $modules = $this->app->moduleManager->getAllModules(); $active = $this->app->moduleManager->getActiveModules(); $installed = $this->app->moduleManager->getInstalledModules(); $id = $this->request->getData('id') ?? 1; ?>
| = $this->getText('Name') ?> | = $modules[$id]['name']['external']; ?> |
| = $this->getText('Version') ?> | = $modules[$id]['version'] ?> |
| = $this->getText('CreatedBy') ?> | = $modules[$id]['creator']['name'] ?> |
| = $this->getText('Website') ?> | = $modules[$id]['creator']['website'] ?> |
| = $this->getText('Description') ?> | = $modules[$id]['description'] ?> |