'device',
'device' => $device['device_id'],
'tab' => 'neighbours'
);
print_optionbar_start();
echo "Neighbours » ";
if (!$vars['selection']) {
$vars['selection'] = 'list';
}
unset($sep);
foreach ($datas as $type) {
echo $sep;
if ($vars['selection'] == $type) {
echo '';
}
$sep = ' | ';
}
print_optionbar_end();
include 'pages/device/neighbours/' . mres($vars['selection']) . '.inc.php';
$pagetitle[] = 'Neighbours';