From 1cef3f15d5174636b59c86bb816a0009940201ef Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 7 Feb 2017 22:32:25 +0100 Subject: sort the apps --- include/nav.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/nav.php') 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'); } -- cgit v1.2.3