diff options
author | friendica <info@friendica.com> | 2012-04-26 20:08:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 20:08:57 -0700 |
commit | d3992b78e6acb8c8b6e475196083e36d72b03490 (patch) | |
tree | 89e024b06c7bf4792d585346b21a90c5f593d225 /view/birthdays_reminder.tpl | |
parent | dee36c1b04da7bff2f4f9105680aaa0c89002241 (diff) | |
download | volse-hubzilla-d3992b78e6acb8c8b6e475196083e36d72b03490.tar.gz volse-hubzilla-d3992b78e6acb8c8b6e475196083e36d72b03490.tar.bz2 volse-hubzilla-d3992b78e6acb8c8b6e475196083e36d72b03490.zip |
put fakelink back in birthday notice
Diffstat (limited to 'view/birthdays_reminder.tpl')
-rw-r--r-- | view/birthdays_reminder.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/birthdays_reminder.tpl b/view/birthdays_reminder.tpl index 44ad5f03f..a00e5c7f8 100644 --- a/view/birthdays_reminder.tpl +++ b/view/birthdays_reminder.tpl @@ -1,5 +1,5 @@ {{ if $count }} -<div id="birthday-notice" class="birthday-notice fakelink' $classtoday" onclick="openClose('birthday-wrapper');">$event_reminders ($count)</div> +<div id="birthday-notice" class="birthday-notice fakelink $classtoday" onclick="openClose('birthday-wrapper');">$event_reminders ($count)</div> <div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">$event_title</div> <div id="birthday-title-end"></div> {{ for $events as $event }} |