X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=52a400a84a37b7147ba0bab0585011808e2b30ca;hb=1b2abab6ddbb3460b8981a296fe04477a42801b3;hp=7b775c41609868000250babef09c7e1cd77006ca;hpb=12d9cfbcaa236a7d1aa3208a836519af1e1af8ce;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 7b775c41..52a400a8 100644 --- 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(),