");
}
echo('' . $type_text[$type] ."");
if ($_GET['opta'] == $type) { echo(""); }
$sep = ' | ';
}
unset ($sep);
echo('
');
if ($_GET['optb'] == "graphs")
{
echo('');
}
echo(' | ');
if ($_GET['optb'] == "nographs")
{
echo('');
}
echo('
');
print_optionbar_end();
switch ($_GET['opta'])
{
case 'overview':
case 'bgp':
include('pages/routing/'.$_GET['opta'].'.inc.php');
break;
default:
echo("Error. Please report this to observium developers.
");
break;
}
?>