Skip to content

Commit

Permalink
improvement: removed redundant page links for now
Browse files Browse the repository at this point in the history
  • Loading branch information
martim01 committed Sep 4, 2020
1 parent 24bc1cc commit 0277b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loopi/include/navbar.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

function OutputNavBar($page, $loopiIp)
{
$nav_array = array("Overview" => "../status", "Files" => "../files", "Schedules" => "../schedules", "Playlists" => "../playlists", "System" => "../system");
//$nav_array = array("Overview" => "../status", "Files" => "../files", "Schedules" => "../schedules", "Playlists" => "../playlists", "System" => "../system");
$nav_array = array("Overview" => "../status", "System" => "../system");
?>
<nav class="uk-navbar-container" uk-navbar style="background: #ffffff; border-bottom: 1px solid #a8a8d8">
<div class="uk-navbar-left">
Expand Down

0 comments on commit 0277b33

Please sign in to comment.