]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Add lang attribute in html tag
[github/wallabag/wallabag.git] / index.php
index 7b775c41609868000250babef09c7e1cd77006ca..52a400a84a37b7147ba0bab0585011808e2b30ca 100644 (file)
--- a/index.php
+++ b/index.php
@@ -50,6 +50,7 @@ elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) {
 
 # vars to send to templates
 $tpl_vars = array(
+    'lang' => Tools::getDocLanguage($poche->user->getConfigValue('language')),
     'referer' => $referer,
     'view' => $view,
     'poche_url' => Tools::getPocheUrl(),