]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Accessibility: specify the HTML lang attribute
[github/shaarli/Shaarli.git] / index.php
index 633ab89e6386e90eaa02f76d5a1880cb9366dccb..50a871e0d182235233e6370f1062d9858c67ba17 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1074,7 +1074,6 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager,
             $PAGE->assign('api_enabled', $conf->get('api.enabled', true));
             $PAGE->assign('api_secret', $conf->get('api.secret'));
             $PAGE->assign('languages', Languages::getAvailableLanguages());
-            $PAGE->assign('language', $conf->get('translation.language'));
             $PAGE->assign('gd_enabled', extension_loaded('gd'));
             $PAGE->assign('thumbnails_mode', $conf->get('thumbnails.mode', Thumbnailer::MODE_NONE));
             $PAGE->assign('pagetitle', t('Configure') .' - '. $conf->get('general.title', 'Shaarli'));