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