diff options
author | friendica <info@friendica.com> | 2014-03-03 11:34:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-03 11:34:15 -0800 |
commit | 002a86fb7160437a8413dfc40a84732c9afa2153 (patch) | |
tree | b018571bb6418f94550702e89b66139822a7fba1 /view | |
parent | 608c7501fe34cf43354b1bcc06d66f0ecebf9cac (diff) | |
parent | c028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da (diff) | |
download | volse-hubzilla-002a86fb7160437a8413dfc40a84732c9afa2153.tar.gz volse-hubzilla-002a86fb7160437a8413dfc40a84732c9afa2153.tar.bz2 volse-hubzilla-002a86fb7160437a8413dfc40a84732c9afa2153.zip |
Merge https://github.com/friendica/red into zpull
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> |