Sort scrapbook list alphabetically
Permalink/concrete/helpers/concrete/scrapbook.php
line 26
Add ORDER BY to the query.
return $db->getAll('SELECT arID, arHandle FROM Areas WHERE cID='.intval($scrapbookPage->getCollectionId()).' ORDER BY arHandle');