// Do not put any HTML or blank lines above this code /* ===================================================== FeedShare (SM) - by Lushann Web Technologies ----------------------------------------------------- http://www.FeedShare.com/ ----------------------------------------------------- Copyright (c) 2006 Lushann Web Technologies, LLC. ===================================================== THIS IS COPYRIGHTED SOFTWARE PLEASE READ THE LICENSE AGREEMENT http://www.FeedShare.com/php_license.aspx ===================================================== File: store.php Version: 2.0 Date: 7/24/06 ----------------------------------------------------- Purpose: This is the product list page. It displays products for browsing and searching. ===================================================== */ ///////////////////////////////////////////////////// // // REQUIRED SETTINGS // ///////////////////////////////////////////////////// // Specifies the path and name of the settings page used for this product list page $gs_SettingsPage = 'fs_php/settings.php'; // PLEASE DO NOT CHANGE THE PHP CODE BELOW THIS LINE !!! require($gs_SettingsPage); require("fs_php/core/system.php"); ?>