getData('modules'); $active = $this->getData('active'); $installed = $this->getData('installed'); $id = $this->getData('id'); if (isset($installed[$id])) { echo $this->getData('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']); ?> |