' . bg_e(bg_t($labelKey)) . '';
}
$nav_groups = [
'protection' => [
'label' => 'protection', 'icon' => 'bi-shield-check', 'files' => ['scan.php','antiransomware.php','bank.php','samba.php'],
'items' => [
['scan.php','bi-shield-check','scan_realtime'],
['antiransomware.php','bi-lock','anti_ransomware'],
['bank.php','bi-bank','safe_banks'],
['samba.php','bi-hdd-network','samba'],
],
],
'security' => [
'label' => 'security', 'icon' => 'bi-shield-lock', 'files' => ['logs.php','quarantine.php','identityleak.php','update.php','phishing.php'],
'items' => [
['logs.php','bi-journal-text','logs'],
['quarantine.php','bi-bug','quarantine'],
['identityleak.php','bi-person-bounding-box','identity_leaks'],
['update.php','bi-arrow-repeat','updates'],
['phishing.php','bi-search','phishing_search'],
],
],
'system' => [
'label' => 'system', 'icon' => 'bi-gear', 'files' => ['wizard.php','config.php','prediction.php','settings.php','about.php','donate.php','web_users.php'],
'items' => [
['wizard.php','bi-magic','wizard'],
['config.php','bi-file-earmark-code','configurations'],
['prediction.php','bi-activity','prediction'],
['settings.php','bi-gear','settings'],
['about.php','bi-info-circle','about'],
['donate.php','bi-heart','donations'],
],
],
];
?>