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