* @version $Revision: 1.2 $ $Date: 2004/10/05 15:49:17 $ * @package Mobot Backend * */ include_once('config.php'); $manuf_id = $_REQUEST["manuf_id"]; if($_REQUEST["manuf_id"]) { if(!is_numeric($manuf_id)) { $manuf_name = urldecode($_REQUEST["manuf_id"]); } } if($_REQUEST["chipset_id"]) { $chipset_name = urldecode(str_replace("|", '/', $_REQUEST["chipset_id"])); } $template = new template(); $template->title = "MOBOT: Chipset Spec Sheet: $manuf_name $chipset_name"; $template->section = 'mobot'; $template->right_column = 'chipset_spec_sheet'; $template->description = 'Largest Motherboard database on the web.'; $template->open_page(); ?>
Motherboards by Chipset :: MOBOT :: Motherboard Database
show_specs(); ?>
close_page(); ?>