diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-07 22:32:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-07 22:32:25 +0100 |
commit | 1cef3f15d5174636b59c86bb816a0009940201ef (patch) | |
tree | 1c1cecc6d80d873876318ecbd4f7cef1d8eacbfd /include/nav.php | |
parent | 1bb56309a62697f6549f159a6ed0d35fbf8f668b (diff) | |
download | volse-hubzilla-1cef3f15d5174636b59c86bb816a0009940201ef.tar.gz volse-hubzilla-1cef3f15d5174636b59c86bb816a0009940201ef.tar.bz2 volse-hubzilla-1cef3f15d5174636b59c86bb816a0009940201ef.zip |
sort the apps
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index 35cf80340..43c7771ec 100644 --- a/include/nav.php +++ b/include/nav.php @@ -275,6 +275,8 @@ EOT; $syslist = Zlib\Apps::get_system_apps(true); } + usort($syslist,'Zotlabs\\Lib\\Apps::app_name_compare'); + foreach($syslist as $app) { $navapps[] = Zlib\Apps::app_render($app,'nav'); } |