diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-11 15:12:49 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-11 15:12:49 -0700 |
commit | 491856fa79cad2fd2b352af46fd45146b42e7e54 (patch) | |
tree | b1124a753876a27aebb5af0632d2d6cae8f5b609 /view/tpl | |
parent | 0c5918f29096f173f3dcacd572916611d9ca7558 (diff) | |
download | volse-hubzilla-491856fa79cad2fd2b352af46fd45146b42e7e54.tar.gz volse-hubzilla-491856fa79cad2fd2b352af46fd45146b42e7e54.tar.bz2 volse-hubzilla-491856fa79cad2fd2b352af46fd45146b42e7e54.zip |
the template is needed for the old-style notifications
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index e69de29bb..4eec1500a 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -0,0 +1,3 @@ +<div id="nav-notifications-template" rel="template"> + <a class="dropdown-item clearfix dropdown-notification {5}" href="{0}" title="{2} {3}"><img class="menu-img-3" data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a> +</div>
\ No newline at end of file |