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 /playlist.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 'playlist.php')
-rw-r--r-- | playlist.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/playlist.php b/playlist.php index c92cdb0e..081ff572 100644 --- a/playlist.php +++ b/playlist.php @@ -231,14 +231,7 @@ switch($action) { } //switch($action) echo "<br /><br />"; -show_menu_items('Playlists'); - -?> -</body> -</html> - - -<?php +show_page_footer ('Playlists', '',$user->prefs['display_menu']); /* Function definitions for this file */ |