aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-21 23:52:20 -0800
committerfriendica <info@friendica.com>2014-02-21 23:52:20 -0800
commitf63e220939e0b46986750f292d7140df4d0eb429 (patch)
treefbfaa875d8714271930167764698a6af58d51798 /view/tpl/nav.tpl
parent9e2ea6b5d43d581e3857fa3fffd249b7fa53c092 (diff)
parent07fb85fcc98dcbcf4098cb7f7e23852f04e01cb3 (diff)
downloadvolse-hubzilla-f63e220939e0b46986750f292d7140df4d0eb429.tar.gz
volse-hubzilla-f63e220939e0b46986750f292d7140df4d0eb429.tar.bz2
volse-hubzilla-f63e220939e0b46986750f292d7140df4d0eb429.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-xview/tpl/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index ba8d68b13..20600ccd7 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -159,7 +159,7 @@
{{if $nav.apps}}
<li class="{{$sel.apps}} hidden-xs">
<a class="{{$nav.apps.2}} dropdown-toggle" data-toggle="dropdown" href="#" rel="#nav-apps-menu" title="{{$nav.apps.3}}" ><i class="icon-cogs"></i></a>
- <ul id="nav-apps-menu" class="dropdown-menu">
+ <ul class="dropdown-menu">
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}