| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | function consentAdmin_hook_configpage(Template &$template): void |
||
| 16 | { |
||
| 17 | $template->data['links'][] = [ |
||
| 18 | 'href' => Module::getModuleURL('consentAdmin/'), |
||
| 19 | 'text' => Translate::noop('Consent administration'), |
||
| 20 | ]; |
||
| 21 | |||
| 22 | $template->getLocalization()->addModuleDomain('consentAdmin'); |
||
| 23 | } |
||
| 24 |