We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70b9fa commit 083b76aCopy full SHA for 083b76a
hooks/hook_configpage.php
@@ -15,7 +15,7 @@
15
function consentAdmin_hook_configpage(Template &$template): void
16
{
17
$template->data['links'][] = [
18
- 'href' => Module::getModuleURL('consentAdmin/consentAdmin.php'),
+ 'href' => Module::getModuleURL('consentAdmin/'),
19
'text' => Translate::noop('Consent administration'),
20
];
21
0 commit comments