aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-08-26 22:25:03 +0200
committerNumEricR <eric.github@gmail.com>2013-09-14 10:06:59 +0200
commit1b2abab6ddbb3460b8981a296fe04477a42801b3 (patch)
treecf1fc1503cf7a4e7da5dae7dd6ece8fc7b33c2c3 /index.php
parent10ab20d8e21b2fa3f4d8e86909a7cb4d0d9a84d2 (diff)
downloadwallabag-1b2abab6ddbb3460b8981a296fe04477a42801b3.tar.gz
wallabag-1b2abab6ddbb3460b8981a296fe04477a42801b3.tar.zst
wallabag-1b2abab6ddbb3460b8981a296fe04477a42801b3.zip
Add lang attribute in html tag
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
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'])) {
50 50
51# vars to send to templates 51# vars to send to templates
52$tpl_vars = array( 52$tpl_vars = array(
53 'lang' => Tools::getDocLanguage($poche->user->getConfigValue('language')),
53 'referer' => $referer, 54 'referer' => $referer,
54 'view' => $view, 55 'view' => $view,
55 'poche_url' => Tools::getPocheUrl(), 56 'poche_url' => Tools::getPocheUrl(),