]> git.mxchange.org Git - friendica.git/blob - view/smarty3/birthdays_reminder.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / birthdays_reminder.tpl
1 {{if $count}}
2 <div id="birthday-notice" class="birthday-notice fakelink {{$classtoday}}" onclick="openClose('birthday-wrapper');">{{$event_reminders}} ({{$count}})</div>
3 <div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">{{$event_title}}</div>
4 <div id="birthday-title-end"></div>
5 {{foreach $events as $event}}
6 <div class="birthday-list" id="birthday-{{$event.id}}"> <a href="{{$event.link}}">{{$event.title}}</a> {{$event.date}} </div>
7 {{/foreach}}
8 </div>
9 {{/if}}
10