getData('modules'); $active = $this->getData('active'); $installed = $this->getData('installed'); $id = $this->getData('id'); $nav = $this->getData('nav'); if ($nav !== null) { echo $this->getData('nav')->render(); } ?>
| = $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'] ); ?> |