diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-23 13:11:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-23 13:11:27 +0100 |
commit | 43a794a905430e0b906bd3e5da490c27f429e1ff (patch) | |
tree | 30902139e6fff86b381214e1027ea547aafe982c /view/tpl/event_head.tpl | |
parent | 4d50fe0928d6da63d6ec646f0047a82ad839a7a7 (diff) | |
download | volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.gz volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.bz2 volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.zip |
bs4 fixes for events
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-x | view/tpl/event_head.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index 1d1b6f15b..3b2cb5041 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -50,6 +50,7 @@ $('#events-calendar').fullCalendar({ events: '{{$baseurl}}{{$module_url}}/json', header: false, + eventTextColor: 'white', lang: '{{$lang}}', firstDay: {{$first_day}}, |