friendica/view/templates/notifications_friends_item.tpl

4 lines
236 B
Smarty
Raw Normal View History

<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
2013-04-23 13:47:57 +02:00
<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>