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

14 lines
261 B
Smarty
Raw Normal View History

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