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.
core/view/tpl/notify.tpl
2014-08-27 09:35:17 +02:00

4 lines
171 B
Smarty
Executable File

<div class="notif-item">
<a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
</div>