aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorduthied <duthied@gmail.com>2011-10-08 20:52:31 -0700
committerduthied <duthied@gmail.com>2011-10-08 20:52:31 -0700
commit096347040491081164857f51e13852b3e05983d7 (patch)
tree4fbc49c3fc8be31fe5089a9cf06a896aa2bdf2cc /view
parent91bc2fc9b6a38724955c8c035e5f228df6dddd62 (diff)
parent8eedbf30f1da18c7eae8d822293faf8056545e65 (diff)
downloadvolse-hubzilla-096347040491081164857f51e13852b3e05983d7.tar.gz
volse-hubzilla-096347040491081164857f51e13852b3e05983d7.tar.bz2
volse-hubzilla-096347040491081164857f51e13852b3e05983d7.zip
Merge pull request #23 from duthied/master
+posts to the notifications page
Diffstat (limited to 'view')
-rw-r--r--view/notifications_posts_item.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/notifications_posts_item.tpl b/view/notifications_posts_item.tpl
new file mode 100644
index 000000000..96327b2d8
--- /dev/null
+++ b/view/notifications_posts_item.tpl
@@ -0,0 +1,3 @@
+<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> \ No newline at end of file