diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-03 17:16:25 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-03 17:16:25 +0000 |
commit | c028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da (patch) | |
tree | 6aadd390e3598706ed212d876cdb672347cfc6f5 /view | |
parent | 7baeb451836752a612ca976db04aeffcafeb621d (diff) | |
download | volse-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')
-rwxr-xr-x | view/tpl/nav.tpl | 3 |
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> |