2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
{{if $count}}
|
|
|
|
<div id="birthday-notice" class="birthday-notice fakelink {{$classtoday}}" onclick="openClose('birthday-wrapper');">{{$event_reminders}} ({{$count}})</div>
|
2021-05-19 21:47:15 +00:00
|
|
|
<div id="birthday-wrapper" style="display: none;"><div id="birthday-title">{{$event_title}}</div>
|
2013-04-23 11:47:57 +00:00
|
|
|
<div id="birthday-title-end"></div>
|
|
|
|
{{foreach $events as $event}}
|
2018-12-14 03:28:12 +00:00
|
|
|
<div class="birthday-list" id="birthday-{{$event.id}}"> <a href="{{$event.link}}">{{$event.title}}</a> {{$event.date}} </div>
|
2013-04-23 11:47:57 +00:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|