]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/render/PageBuilder.php
Accessibility: specify the HTML lang attribute
[github/shaarli/Shaarli.git] / application / render / PageBuilder.php
index 0569b67f93e4ded88780e1d52ee2c22a4e2054e1..3f86fc2681010c99b724ffbcef2cc758b0240418 100644 (file)
@@ -123,6 +123,8 @@ class PageBuilder
         $this->tpl->assign('hide_timestamps', $this->conf->get('privacy.hide_timestamps', false));
         $this->tpl->assign('token', $this->token);
 
+        $this->tpl->assign('language', $this->conf->get('translation.language'));
+
         if ($this->linkDB !== null) {
             $this->tpl->assign('tags', $this->linkDB->linksCountPerTag());
         }