mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
fix apps sub-menu on quattro and vier
This commit is contained in:
parent
1f3b608af2
commit
03435853b3
2 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
<a class=" $nav.apps.2" href="#" rel="#nav-apps-menu" title="$nav.apps.3" >$nav.apps.1</a>
|
||||
<ul id="nav-apps-menu" class="menu-popup">
|
||||
{{ for $apps as $ap }}
|
||||
<li><a href="$ap.url">$ap.name</a></li>
|
||||
<li>$ap</li>
|
||||
{{ endfor }}
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue