diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-21 08:03:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-21 08:03:20 +0000 |
commit | 975bbcebe9c68ac729dd051b008cf6c615d443c2 (patch) | |
tree | 46737108023c5d65797d39f748c53cff0c160e10 /artists.php | |
parent | 742f6bfa6a7b285db898da220e1799fbb9b79ded (diff) | |
download | ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.tar.gz ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.tar.bz2 ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.zip |
new interface which breaks all previous themes... and current themes, still under development
Diffstat (limited to 'artists.php')
-rw-r--r-- | artists.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/artists.php b/artists.php index 75f1f2eb..4ff8fa22 100644 --- a/artists.php +++ b/artists.php @@ -30,9 +30,6 @@ if (!isset($_REQUEST['action'])) { $_REQUEST['action'] = "match"; } $action = scrub_in($_REQUEST['action']); show_template('header'); -show_menu_items('Browse'); -show_browse_menu('Artists'); -show_clear(); switch($action) { @@ -145,13 +142,12 @@ switch($action) { } break; default: + //FIXME: This is being moved to browse show_alphabet_list('artists','artists.php'); show_alphabet_form('',_("Show Artists starting with"),"artists.php?action=match"); show_artists('A'); break; } // end switch - -show_clear(); -show_page_footer ('Artists', '',$user->prefs['display_menu']); +show_footer(); ?> |