aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-03 17:16:25 +0000
committerThomas Willingham <founder@kakste.com>2014-03-03 17:16:25 +0000
commitc028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da (patch)
tree6aadd390e3598706ed212d876cdb672347cfc6f5 /view/tpl/nav.tpl
parent7baeb451836752a612ca976db04aeffcafeb621d (diff)
downloadvolse-hubzilla-c028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da.tar.gz
volse-hubzilla-c028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da.tar.bz2
volse-hubzilla-c028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da.zip
Partially revert 895c9411d93
Not entirely sure why the lines in question were removed, but this is required as a quick fix for broken notifications.
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-xview/tpl/nav.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 7c2ea817d..da02f86f3 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -171,3 +171,6 @@
</div>
+<ul id="nav-notifications-template" style="display:none;" rel="template">
+ <li class="{5}"><a href="{0}" title="{2} {3}"><img src="{1}"><span class='contactname'>{2}</span>{3}<br><span class="notif-when">{4}</span></a></li>
+</ul>