summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index eac59104..5f33bb67 100644
--- a/public/index.php
+++ b/public/index.php
@@ -246,7 +246,8 @@ echo template_render('../templates/layout.html', array(
'menu' => make_menu(),
'content' => $content,
'header_toolbar' => header_toolbar(),
- 'faq_url' => $faq_url
+ 'faq_url' => $faq_url,
+ 'locale' => $_SESSION['locale']
));
counter();