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