friendica/view/theme/slackr/templates/birthdays_reminder.tpl

14 lines
261 B
Smarty
Raw Normal View History

2013-04-23 13:47:57 +02:00
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
{{if $classtoday}}
<script>
$(document).ready(function() {{$lbr}}
$('#events-reminder').addClass($.trim('{{$classtoday}}'));
{{$rbr}});
</script>
{{/if}}