X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fevent.tpl;h=495cf2eb188460ec49912a2557e9342b7c486a38;hb=2a9d364bb78c0784f990753c96db16e1d036a34d;hp=4788dcb380c3039248eb96a021ea90c80516855a;hpb=03c489150c9b56695bd8233a7aba2c6a29b15a67;p=friendica.git diff --git a/view/templates/event.tpl b/view/templates/event.tpl index 4788dcb380..495cf2eb18 100644 --- a/view/templates/event.tpl +++ b/view/templates/event.tpl @@ -1,15 +1,13 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} + {{foreach $events as $event}}
{{if $event.item.author_name}}{{$event.item.author_name}}{{/if}} {{$event.html}} - {{if $event.item.plink}}{{/if}} + {{if $event.item.plink}}{{/if}} {{if $event.edit}}{{/if}} + {{if $event.copy}}{{/if}} + {{if $event.drop}}{{/if}}
{{/foreach}}