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