sort icons on admin page
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 1 Apr 2007 15:55:08 +0000 (15:55 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 1 Apr 2007 15:55:08 +0000 (15:55 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1645 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/admin.php

index 4bc6e64..ee66de1 100644 (file)
@@ -1079,6 +1079,7 @@ class AdminModule extends PLModule
                                                                array_push($icons, substr($file, 0, -4));
                                                }
                                }
+                               sort($icons);
                                $page->assign('icons', $icons);
     }
 }