Routing » "); unset($sep); foreach ($routing_count as $type => $value) { if (!$_GET['opta']) { $_GET['opta'] = $type; } echo($sep); if ($_GET['opta'] == $type) { echo(''); } echo(" " . $type_text[$type] ." (".$routing_count[$type].")"); if ($_GET['opta'] == $type) { echo(""); } $sep = " | "; } print_optionbar_end(); switch ($_GET['opta']) { case 'overview': case 'bgp': case 'vrf': case 'cef': case 'ospf': include('pages/routing/'.$_GET['opta'].'.inc.php'); break; default: echo("

Error. Please report this to observium developers.

"); break; } ?>