I’m wanting to add a link to a custom web page onto the Observium menu bar. The navbar.inc.php file has the below:
// Custom navbar entries.
if(is_file("includes/navbar-custom.inc.php”))
Presumably if I create this file I’ll be able to add custom links to the menu bar. Does anybody know what format this is supposed to be in? I’ve played around and each time have messed up the entire menu.
TIA