summaryrefslogtreecommitdiffstats
path: root/templates/menu.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-26 00:51:36 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-26 00:51:36 +0000
commit30405b6c9930c5dd23c5ed30bc2276780a46ecbb (patch)
treeceec5f17237c710e6da3c348abcc22d30b06deee /templates/menu.inc
parent491eab55d8c581b42bcd0625cb137b6a53911259 (diff)
downloadampache-30405b6c9930c5dd23c5ed30bc2276780a46ecbb.tar.gz
ampache-30405b6c9930c5dd23c5ed30bc2276780a46ecbb.tar.bz2
ampache-30405b6c9930c5dd23c5ed30bc2276780a46ecbb.zip
start of browse by x mojo
Diffstat (limited to 'templates/menu.inc')
-rw-r--r--templates/menu.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/menu.inc b/templates/menu.inc
index a6047ba5..2ae05faf 100644
--- a/templates/menu.inc
+++ b/templates/menu.inc
@@ -32,10 +32,11 @@ if ($GLOBALS['user']->prefs['play_type'] == 'mpd' && conf('localplay_menu')) {
$items += array(_("Local Play") => htmlspecialchars(conf('web_path') . "/mpd.php"));
}
-$items += array(_("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"),
+$items += array(_("Browse") => htmlspecialchars(conf('web_path') . "/browse.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']) {