mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
put fakelink back in birthday notice
This commit is contained in:
parent
dee36c1b04
commit
d3992b78e6
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue