]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/notifications_network_item.tpl
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / view / smarty3 / notifications_network_item.tpl
index 14f37162d4cca998e39f2307ae43551aeadaf698..c3381d682f30c045d2f0f6e2ef2c7c01ec6d643b 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <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>
\ No newline at end of file
+       <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>