14 lines
261 B
Smarty
14 lines
261 B
Smarty
|
{{*
|
||
|
* 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}}
|
||
|
|