aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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(),