htmlspecialchars($web_path . "/index.php")); if ($GLOBALS['user']->prefs['play_type'] == 'mpd' && conf('localplay_menu')) { $items += array(_("Local Play") => htmlspecialchars($web_path . "/mpd.php")); } $items += array(_("Browse") => htmlspecialchars($web_path . "/browse.php"), // _("Albums") => htmlspecialchars($web_path . "/albums.php"), // _("Artists") => htmlspecialchars($web_path . "/artists.php"), _("Playlists") => htmlspecialchars($web_path . "/playlist.php"), _("Search") => htmlspecialchars($web_path . "/search.php"), _("Preferences") => htmlspecialchars($web_path . "/preferences.php") ); if ($GLOBALS['user']->prefs['upload']) { $items = array_merge($items, array(_("Upload") => $web_path . "/upload.php")); } ?>