We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f484a9 commit f5e584cCopy full SHA for f5e584c
1 file changed
hooks/hook_configpage.php
@@ -14,8 +14,8 @@
14
function metaedit_hook_configpage(Template &$template): void
15
{
16
$template->data['links'][] = [
17
- 'href' => Module::getModuleURL('metaedit/index.php'),
18
- 'text' => [Translate::noop('Metadata registry')],
+ 'href' => Module::getModuleURL('metaedit/'),
+ 'text' => Translate::noop('Metadata registry'),
19
];
20
21
$template->getLocalization()->addModuleDomain('metaedit');
0 commit comments