diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-14 23:26:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-14 23:26:35 +0000 |
commit | 40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 (patch) | |
tree | 96347d15b160b84f9c8e54fb99d25ffaa755b056 /templates/show_browse_menu.inc | |
parent | 876575f63491226db28234519872380a1073d7e2 (diff) | |
download | ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.gz ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.bz2 ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.zip |
whole bunch of last-min fixes for Alpha2 release
Diffstat (limited to 'templates/show_browse_menu.inc')
-rw-r--r-- | templates/show_browse_menu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_browse_menu.inc b/templates/show_browse_menu.inc index 6edafcfe..bdef2e2a 100644 --- a/templates/show_browse_menu.inc +++ b/templates/show_browse_menu.inc @@ -32,7 +32,7 @@ $web_path = conf('web_path'); $items = array( - _("Artist") => "$web_path/artists.php", + _("Artists") => "$web_path/artists.php", _("Albums") => "$web_path/albums.php", _("Genre") => "$web_path/browse.php?action=genre", ); |