summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 23:26:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 23:26:35 +0000
commit40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 (patch)
tree96347d15b160b84f9c8e54fb99d25ffaa755b056 /albums.php
parent876575f63491226db28234519872380a1073d7e2 (diff)
downloadampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.gz
ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.bz2
ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.zip
whole bunch of last-min fixes for Alpha2 release
Diffstat (limited to 'albums.php')
-rw-r--r--albums.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/albums.php b/albums.php
index 2a62b06c..be23a269 100644
--- a/albums.php
+++ b/albums.php
@@ -33,7 +33,8 @@ if(isset($_REQUEST['artist'])) $artist = scrub_in($_REQUEST['artist']);
$_REQUEST['artist_id'] = scrub_in($_REQUEST['artist_id']);
show_template('header');
-show_menu_items('Albums');
+show_menu_items('Browse');
+show_browse_menu('Albums');
show_clear();
if ($_REQUEST['action'] === 'clear_art') {