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

13 lines
260 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}{{if $classtoday}}
2012-12-22 19:57:29 +00:00
<script>
$(document).ready(function() {{$lbr}}
$('#events-reminder').addClass($.trim('{{$classtoday}}'));
{{$rbr}});
</script>
{{/if}}