Made the following changes:

- Fixed logic mistake in admin/links.php that failed when pending links was selected.
- Added limit to database call in links.php. For some reason, the call was returning over a million hits on some servers. This is just a fast fix until I can find the reason for that. The limit is set to 10,000 so it shouldn't cause any problems on any site.
- Added code to sort categories by sort order setting.
- Added class to stylesheet and code to use it in
includes/modules/vertical_listing.php
- Added code to have breadcrumb work properly
- Added code to featured infobox to disable it on ssl pages.
- Changed code in admin/links.php to account for shops located in a sub-directory
- Changed name of tep_set_categories_status function to avoid duplicate call errors.

This is a full version.

The support thread is at
http://forums.oscommerce.com/index.php?showtopic=268562

More...