friendica/view/theme/frost-mobile/templates/event_head.tpl

10 lines
285 B
Smarty
Raw Normal View History

2013-04-23 13:47:57 +02:00
<link rel='stylesheet' type='text/css' href='{{$baseurl}}/library/fullcalendar/fullcalendar.css' />
<script language="javascript" type="text/javascript">
window.aclType = 'event_head';
window.eventModuleUrl = "{{$module_url}}";
window.eventModeParams = "{{$modparams}}" ;
2013-04-23 13:47:57 +02:00
</script>