]> git.mxchange.org Git - friendica.git/blob - view/templates/notifications/notification.tpl
Add Fancybox to the core
[friendica.git] / view / templates / notifications / notification.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
3         <a href="{{$notification.link}}"><img src="{{$notification.image}}" aria-hidden="true" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
4 </div>