Featured Products Infobox V1.3 by Aubrey Kilian <aubrey@mycon.co.za>
for osCommerce V2.2 CVS (http://www.oscommerce.com)
CHANGELOG

15/5/2002   V1.0
First public release

21/7/2002   V1.1
* The featured products box was not obeying the Specials status flag for 
  featured products that were also on special, but switched off in the 
  specials section.  Any product that has a special price, but it's status 
  set to off, would still show up the special price in the featured products 
  box.
* Added the toggle switch in /catalog/includes/configure.php to be able to
  enable/disable the featured products infobox.
* Added some extra defines to allow for the above toggle switch to work.
* Fixed a bug that broke V1.0 in later snapshots

25/07/2002  V1.2
* Fixed mistake on line that gets inserted into /admin/includes/boxes/catalog.php
  The last character on that line should be a fullstop, not a comma.
* Added a "Featured Products Listing" page/box, that can be called to list all the
  featured products, similar to "products_new.php" listing...
* Added a couple of files for the "Featured Products Listing" page...
* Added a couple of lines into the application_top.php and configure.php for the
  above mentioned page...

16/11/2002  V1.3
* Added <br> onto the line that gets added to the admin catalog.php file, to make
  sure that the next link starts on the next line
* Changed the html class of the Featured Products Listing box to be
  "headerNavigation" which is the same as the "My Account" and "Cart Contents"
  links, so that the link for the featured products is the same color as those
  other links.
* The admin "Add new featured product" product list is now sorted correctly.
* Cleaned up the docs a bit.
* Updated the catalog featured_products.php to use the new breadcrumb code.