the template is needed for the old-style notifications

This commit is contained in:
zotlabs 2017-10-11 15:12:49 -07:00
parent 0c5918f290
commit 491856fa79

View File

@ -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>