diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-09 10:17:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-09 10:17:57 +0100 |
commit | 39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7 (patch) | |
tree | ccc4843c8bdb15fb97bae8111aa9b66b7c93d6c1 /view/tpl/hdr.tpl | |
parent | 8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff) | |
download | volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.tar.gz volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.tar.bz2 volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.zip |
initial commit for the bootstrap version 4 branch - upgrade lib and make nav.tpl kind of working again
Diffstat (limited to 'view/tpl/hdr.tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index 577269b6f..261d3056f 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1,5 +1,5 @@ <div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div> -<ul id="nav-notifications-template" rel="template"> - <li class="{5}"><a href="{0}" title="{2} {3}"><img class="dropdown-menu-img-sm" data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span><div class="clear"></div></a></li> -</ul> +<div id="nav-notifications-template" rel="template"> + <a class="dropdown-item" href="{0}" title="{2} {3}"><img class="dropdown-menu-img-sm" data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span><div class="clear"></div></a> +</div> |