diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 04:28:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 04:28:39 +0000 |
commit | ab8c8b63c65f3c3aa01b7ae64900d764718ff986 (patch) | |
tree | 94986a14bba2a5f8480f04f7d3cf526e28f70ce9 /artists.php | |
parent | cde6ad2720297448ee8f7e033ac8f26801e69d81 (diff) | |
download | ampache-ab8c8b63c65f3c3aa01b7ae64900d764718ff986.tar.gz ampache-ab8c8b63c65f3c3aa01b7ae64900d764718ff986.tar.bz2 ampache-ab8c8b63c65f3c3aa01b7ae64900d764718ff986.zip |
fix and new preference for footer menu
Diffstat (limited to 'artists.php')
-rw-r--r-- | artists.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/artists.php b/artists.php index 3cb127d0..b4978412 100644 --- a/artists.php +++ b/artists.php @@ -118,9 +118,5 @@ switch($action) { } echo "<br /><br />"; -show_menu_items('Artists'); +show_page_footer ('Artists', '',$user->prefs['display_menu']); ?> - - -</body> -</html> |