Topic: Sorted plugins list
./include/common_admin.php
line 77 - 81
// Did we find any plugins?
if (!empty($plugins))
{
?>
line 77 - 81 with sorting of plugins
// Did we find any plugins?
if (!empty($plugins))
{
sort($plugins);
?>
I don't see no reason why not. I see a few why to. Your call Rickard.