diff options
Diffstat (limited to 'view/tpl/smarty3/event.tpl')
-rw-r--r-- | view/tpl/smarty3/event.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/smarty3/event.tpl b/view/tpl/smarty3/event.tpl index 7ce2572a4..ace0701e5 100644 --- a/view/tpl/smarty3/event.tpl +++ b/view/tpl/smarty3/event.tpl @@ -1,4 +1,8 @@ -{{foreach $events as $event}} +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}{{foreach $events as $event}} <div class="event"> {{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}} |