data['modules']; $active = $this->data['active']; $installed = $this->data['installed']; $id = $this->data['id']; $module = $modules[$id] ?? new ModuleInfo(''); if (isset($installed[$id])) { echo $this->data['nav']->render(); } // @todo If no id is specified in the url this page looks horrible. Either clean up or return 404 page or something similar. ?>
| = $this->getHtml('Name'); ?> | = $this->printHtml($module->getExternalName()); ?> |
| = $this->getHtml('Version'); ?> | = $this->printHtml($module->getVersion()); ?> |
| = $this->getHtml('CreatedBy'); ?> | = $this->printHtml($module->get()['creator']['name'] ?? ''); ?> |
| = $this->getHtml('Website'); ?> | = $this->printHtml($module->get()['creator']['website'] ?? ''); ?> |