diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-04-29 18:56:39 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-04-29 18:56:39 +0000 |
| commit | 9dd499320e9d79c407f991c55572455939550ce5 (patch) | |
| tree | 7a73852b4aa65329b916cad149aab6f536ff1de8 /lib/include | |
| parent | 4adfee4ebabd13b647e8b0f718d24937249e0218 (diff) | |
remove fragments of old localization and adjust remaining inline js strings, fixes #992
Closes #992
Diffstat (limited to 'lib/include')
| -rw-r--r-- | lib/include/html_head.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index 2991ba7..f93878e 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -57,10 +57,6 @@ $getInstalledLanguages = function () { wysiwyg_enabled: <?= json_encode((bool) Config::get()->WYSIWYG) ?> } </script> -<? if ($_SESSION['_language'] !== 'de_DE'): ?> - <link rel="localization" hreflang="<?= htmlReady(strtr($_SESSION['_language'], '_', '-')) ?>" - href="<?= URLHelper::getScriptLink('dispatch.php/localizations/' . $_SESSION['_language']) ?>" type="application/vnd.oftn.l10n+json"> -<? endif ?> <?= PageLayout::getHeadElements() ?> |
