]> git.mxchange.org Git - friendica.git/blob - view/smarty3/notifications_posts_item.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / notifications_posts_item.tpl
1 <div class="notif-item">
2         <a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
3 </div>