]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/birthdays_reminder.tpl
Merge pull request #10814 from annando/more-q
[friendica.git] / view / templates / birthdays_reminder.tpl
index 695364cdad326642c092360698c191bf92f85cdc..5fb75a993da85cf05968020857b6843077a1940d 100644 (file)
@@ -1,11 +1,7 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 {{if $count}}
 <div id="birthday-notice" class="birthday-notice fakelink {{$classtoday}}" onclick="openClose('birthday-wrapper');">{{$event_reminders}} ({{$count}})</div>
-<div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">{{$event_title}}</div>
+<div id="birthday-wrapper" style="display: none;"><div id="birthday-title">{{$event_title}}</div>
 <div id="birthday-title-end"></div>
 {{foreach $events as $event}}
 <div class="birthday-list" id="birthday-{{$event.id}}"> <a href="{{$event.link}}">{{$event.title}}</a> {{$event.date}} </div>