data['modules']; $active = $this->data['active']; $installed = $this->data['installed']; $id = $this->data['id']; if (isset($installed[$id])) { echo $this->data['nav']->render(); } ?>
| = $this->getHtml('Name'); ?> | = $this->printHtml($modules[$id]->getExternalName()); ?> |
| = $this->getHtml('Version'); ?> | = $this->printHtml($modules[$id]->getVersion()); ?> |
| = $this->getHtml('CreatedBy'); ?> | = $this->printHtml($modules[$id]->get()['creator']['name']); ?> |
| = $this->getHtml('Website'); ?> | = $this->printHtml($modules[$id]->get()['creator']['website']); ?> |
| = $this->getHtml('Description'); ?> | = $this->printHtml($modules[$id]->get()['description']); ?> |