This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/view/tpl/notify.tpl
2013-07-16 18:08:26 +01:00

4 lines
204 B
Smarty
Executable File

<div class="notif-item">
<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>