summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-08-23 15:59:18 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-08-23 15:59:18 +0200
commit6bfa410f907b0488a74206ec6c28fd52730c21af (patch)
treea377e8be98138d56ea1275a4f3bb0e4390cd795a /public/index.php
parent66f166399cd893d47423abb9537a01dde6aaff5d (diff)
add moment js
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();