//initialize DB
require_once ("db.cfg");
//helper functions
function buildbutton($item_number, $item_name, $amount) {
$button = "
";
return $button;
}
?>
include "store/frames/header.htm";
?>
New Items |
|
 |
include "store/engine/new_eng.php";
?>
Hot Items |
|
 |
include "store/engine/hot_eng.php";
?>
Product List |
|
 |
include "store/engine/main_eng.php";
?>
include "store/frames/footer.htm";
?>