From 53737666c64a5670d661ece071f5b913e45f195a Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 12 Jul 2015 13:45:47 +0200 Subject: add bootstrap datepicker --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') 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() )); ?> -- cgit v1.2.3-54-g00ecf