/*
* USAGE INSTRUCTIONS:
* 1. Upload this single_sidebox.php file to the same folder as your Zen Cart files.
* 2. On a PHP page where you desire to show Zen Cart sidebox content, insert the following code:
* $zcSBmodule = 'name.php'; // name of sidebox or centerbox to be displayed (see filenames in the /includes/modules/sideboxes folder) (if not set, uses "whats_new.php")
* $zcSBlayout = 'left'; // 'left' or 'right' sidebox template style (if not specified, uses 'left')
* require ("path/to/zencart/single_sidebox.php");
*
*
* DEFAULTS:
* $zcSBmodule = (if not set, uses "whats_new.php")
* $zcSBlayout = (optional) (if not specified, uses 'left')
* $zcSBwidth = (optional) If not specified, uses Zen Cart store defaults
*
*/