]> git.mxchange.org Git - friendica.git/blob - view/smarty3/birthdays_reminder.tpl
0a7d5676645dad5a1616a0da69479132a5bf7bd9
[friendica.git] / view / smarty3 / birthdays_reminder.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}{{if $count}}
6 <div id="birthday-notice" class="birthday-notice fakelink {{$classtoday}}" onclick="openClose('birthday-wrapper');">{{$event_reminders}} ({{$count}})</div>
7 <div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">{{$event_title}}</div>
8 <div id="birthday-title-end"></div>
9 {{foreach $events as $event}}
10 <div class="birthday-list" id="birthday-{{$event.id}}"> <a href="{{$event.link}}">{{$event.title}}</a> {{$event.date}} </div>
11 {{/foreach}}
12 </div>
13 {{/if}}
14