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