1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 08:28:26 +00:00
friendica-github/view/templates/notifications_network_item.tpl

4 lines
237 B
Smarty

<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
<a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
</div>