1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-21 18:19:47 +00:00
friendica-github/view/theme/slackr/templates/birthdays_reminder.tpl

9 lines
160 B
Smarty

{{if $classtoday}}
<script>
$(document).ready(function() {{$lbr}}
$('#events-reminder').addClass($.trim('{{$classtoday}}'));
{{$rbr}});
</script>
{{/if}}