aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-20 16:39:55 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-20 16:39:55 +0100
commita3e47d26f617f06b3f9c8221a5240b3387131ddd (patch)
treee0ed81f7c4fc659044df2c50f60d5bd05fb1e5f2 /view/tpl/event_head.tpl
parent7b459ec3558107a2f8ae685cd4ce847f74f821e6 (diff)
downloadvolse-hubzilla-a3e47d26f617f06b3f9c8221a5240b3387131ddd.tar.gz
volse-hubzilla-a3e47d26f617f06b3f9c8221a5240b3387131ddd.tar.bz2
volse-hubzilla-a3e47d26f617f06b3f9c8221a5240b3387131ddd.zip
make calendar language aware
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-xview/tpl/event_head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index d7734af3c..346dfb154 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -38,7 +38,7 @@
$('#events-calendar').fullCalendar({
events: '{{$baseurl}}/events/json',
header: false,
- //lang: 'de',
+ lang: '{{$lang}}',
eventLimit: 3,
height: 'auto',