diff options
author | friendica <info@friendica.com> | 2014-05-21 17:23:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-21 17:23:34 -0700 |
commit | d17768d4e7b7f07dfd2f4326f79fa8b1f9a74582 (patch) | |
tree | 1cb7bf698e713a4a784a579c4dd6db9d7b00167c /view/tpl | |
parent | a6602a9871a918702a5ccbcae121920cf959129c (diff) | |
download | volse-hubzilla-d17768d4e7b7f07dfd2f4326f79fa8b1f9a74582.tar.gz volse-hubzilla-d17768d4e7b7f07dfd2f4326f79fa8b1f9a74582.tar.bz2 volse-hubzilla-d17768d4e7b7f07dfd2f4326f79fa8b1f9a74582.zip |
change app dropdown to point to apps module (changes nav template). Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 5aa3b0f01..6b76ff5b6 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -157,13 +157,8 @@ {{/if}} {{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 class="dropdown-menu"> - {{foreach $apps as $ap}} - <li role="presentation">{{$ap}}</li> - {{/foreach}} - </ul> + <li class="{{$sel.apps}}"> + <a class="{{$nav.apps.2}}" href="{{$nav.apps.0}}" title="{{$nav.apps.3}}" ><i class="icon-cogs"></i></a> </li> {{/if}} |