diff options
author | friendica <info@friendica.com> | 2012-02-22 23:34:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-22 23:34:30 -0800 |
commit | 41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13 (patch) | |
tree | 9b941d37b562480ff89f9d84d6514f40d4ecf7c0 /view/notify.tpl | |
parent | 808b886a3e18b07c63171c4833334e2cf77ddf71 (diff) | |
download | volse-hubzilla-41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13.tar.gz volse-hubzilla-41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13.tar.bz2 volse-hubzilla-41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13.zip |
new notify sort of working in testbubble
Diffstat (limited to 'view/notify.tpl')
-rwxr-xr-x | view/notify.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/notify.tpl b/view/notify.tpl new file mode 100755 index 000000000..73cc9f948 --- /dev/null +++ b/view/notify.tpl @@ -0,0 +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 |