]> git.mxchange.org Git - friendica.git/blob - view/smarty3/event.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / event.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}{{foreach $events as $event}}
6         <div class="event">
7         
8         {{if $event.item.author_name}}<a href="{{$event.item.author_link}}" ><img src="{{$event.item.author_avatar}}" height="32" width="32" />{{$event.item.author_name}}</a>{{/if}}
9         {{$event.html}}
10         {{if $event.item.plink}}<a href="{{$event.plink.0}}" title="{{$event.plink.1}}" target="external-link" class="plink-event-link icon s22 remote-link"></a>{{/if}}
11         {{if $event.edit}}<a href="{{$event.edit.0}}" title="{{$event.edit.1}}" class="edit-event-link icon s22 pencil"></a>{{/if}}
12         </div>
13         <div class="clear"></div>
14 {{/foreach}}