"); } echo(" " . $texttype ."\n"); if ($_GET['opta'] == $type) { echo(""); } $sep = ' | '; } unset ($sep); print_optionbar_end(); switch ($_GET['opta']) { case 'processors': case 'memory': case 'storage': case 'temperatures': case 'voltages': case 'fanspeeds': case 'frequencies': case 'current': include('pages/health/'.$_GET['opta'].'.inc.php'); break; default: include('pages/health/temperatures.inc.php'); break; } ?>