]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/event.tpl
add new Smarty3 templates
[friendica.git] / view / theme / frost-mobile / smarty3 / event.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 {{foreach $events as $event}}
7         <div class="event">
8         
9         {{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}}
10         {{$event.html}}
11         {{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}}
12         {{if $event.edit}}<a href="{{$event.edit.0}}" title="{{$event.edit.1}}" class="edit-event-link tool s22 pencil"></a>{{/if}}
13         </div>
14         <div class="clear"></div>
15 {{/foreach}}