diff options
Diffstat (limited to 'view/theme/redbasic/tpl/hdr.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/hdr.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/hdr.tpl b/view/theme/redbasic/tpl/hdr.tpl new file mode 100644 index 000000000..cccee2229 --- /dev/null +++ b/view/theme/redbasic/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> |