]> git.mxchange.org Git - friendica.git/blobdiff - view/notifications_network_item.tpl
fix a few more templates for correction conversion to Smarty3 templates
[friendica.git] / view / notifications_network_item.tpl
index bd86548fcec4174b70354b3366707045671755a2..261ab36432f0dbbcbddd596e7bd7a1432071e388 100644 (file)
@@ -1,3 +1,3 @@
 <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>