aboutsummaryrefslogtreecommitdiff
path: root/lib/include
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2021-11-05 12:18:53 +0000
committerMoritz Strohm <strohm@data-quest.de>2021-11-05 12:18:53 +0000
commitcb26115a88a4ffb8844697b37eabbcf239cc74ec (patch)
tree5d2753906188aecfb3e28c8106f63cd9452908e0 /lib/include
parent8affeeb532610524f245d52c2321e41a0a1d6ef7 (diff)
TIC #395: removed ACCESSKEY_ENABLED config
Diffstat (limited to 'lib/include')
-rw-r--r--lib/include/header.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/include/header.php b/lib/include/header.php
index 5a90479..c0046fb 100644
--- a/lib/include/header.php
+++ b/lib/include/header.php
@@ -46,9 +46,6 @@ if (PageLayout::isHeaderEnabled()) //Einige Seiten benötigen keinen Header, spr
$header_template->public_hint = _('öffentliche Veranstaltung');
}
}
- if ($GLOBALS['user']->cfg->ACCESSKEY_ENABLE) {
- $header_template->accesskey_enabled = true;
- }
if (!$GLOBALS['user']->needsToAcceptTerms()) {
$header_template->show_quicksearch = true;