]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications/network_item.tpl
Merge pull request #11307 from annando/api-reply-fix
[friendica.git] / view / templates / notifications / network_item.tpl
index e2c0e249d1bf0a7a2e5d4285adfb8e03b7e20f20..36b7dd424f19eb561d5d525b7c9d0d20633f8afa 100644 (file)
@@ -1,4 +1,4 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
-       <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
+       <a href="{{$notification.link}}"><img src="{{$notification.image}}" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
 </div>