summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-07-12 13:45:47 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-07-12 13:45:47 +0200
commit53737666c64a5670d661ece071f5b913e45f195a (patch)
tree0895fa57e17a80830827037ef51d636c98dab498 /public/index.php
parent993d6a4f591607e998a65b105c964c546a04e285 (diff)
add bootstrap datepicker
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 34e5eeba..2a9f456c 100644
--- a/public/index.php
+++ b/public/index.php
@@ -156,7 +156,7 @@ echo template_render('../templates/layout.html', array(
'content' => msg() . $content,
'header_toolbar' => header_toolbar(),
'faq_url' => $faq_url,
- 'locale' => $_SESSION['locale']
+ 'locale' => locale()
));
?>