setPagevars($_SERVER["PHP_SELF"], $_SERVER["HTTP_USER_AGENT"], $_SERVER["HTTP_REFERER"]); // sets the browser info for logging. $logpage->setBrowserInfo(); // log the page $logpage->logPage(); // set up the agent and platform vars for css_site $brow_agent = $logpage->getBrowserAgent(); $brow_plat = $logpage->getBrowserPlat(); include("$PAGEVARS->htmldir/product_html_header.php"); include("$PAGEVARS->htmldir/product_header.php"); // product body table. include("$PAGEVARS->htmldir/$include"); include("$PAGEVARS->htmldir/product_link_footer.php"); // close the db connection $logpage->dbClose(); ?>