Support Home Page › Forums › Joomla Software › Easy Folder Listing Pro Plugin › Folders sorting issue. › Re: Folders sorting issue. February 3, 2012 at 9:51 pm #1301 alfredParticipant Basically I just needed the order to be reversed, so I added the following code at line 789 or so in the easyfolderlistingpro.php: $folders = array_reverse($folders); nothing fancy, but it did the trick for my purpose.