diff options
Diffstat (limited to 'view/theme/slackr/birthdays_reminder.tpl.newlayout')
-rw-r--r-- | view/theme/slackr/birthdays_reminder.tpl.newlayout | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/slackr/birthdays_reminder.tpl.newlayout b/view/theme/slackr/birthdays_reminder.tpl.newlayout new file mode 100644 index 000000000..1dc65295a --- /dev/null +++ b/view/theme/slackr/birthdays_reminder.tpl.newlayout @@ -0,0 +1,8 @@ +{{ if $classtoday }} +<script> + $(document).ready(function() $lbr + $('#events-reminder').addClass($.trim('$classtoday')); + $rbr); +</script> +{{ endif }} + |