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