app->moduleManager->getInstalledModules();
?>
= $this->getHtml('Modules') ?>
| = $this->getHtml('Name') ?>
|
|
|
$module) :
if ((\realpath(__DIR__ . '/../../../' . $module['directory'] . '/Docs/Help/en/SUMMARY.md')) === false) {
continue;
}
$count++;
$url = \phpOMS\Uri\UriFactory::build(
'/{/lang}/backend/help/module/single?id={$module}',
['$module' => $module['name']['internal']]
); ?>
| = $this->printHtml($module['name']['external']); ?>
|
| = $this->getHtml('Empty', 0, 0); ?>
|