summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-21 08:03:20 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-21 08:03:20 +0000
commit975bbcebe9c68ac729dd051b008cf6c615d443c2 (patch)
tree46737108023c5d65797d39f748c53cff0c160e10 /playlist.php
parent742f6bfa6a7b285db898da220e1799fbb9b79ded (diff)
downloadampache-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 'playlist.php')
-rw-r--r--playlist.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/playlist.php b/playlist.php
index 9855f8c6..fd59a550 100644
--- a/playlist.php
+++ b/playlist.php
@@ -97,11 +97,6 @@ switch ($action) {
show_template('header');
-show_menu_items('Playlists');
-
-show_playlist_menu();
-
-
$playlist = new Playlist($playlist_id);
if ( isset($playlist_id) && ($playlist_id != 0) && $_REQUEST['action'] != 'delete_playlist' ) {
@@ -229,13 +224,12 @@ switch($action) {
default:
show_playlists();
-} //switch($action)
+} //switch on action
-echo "<br /><br />";
-show_page_footer ('Playlists', '',$user->prefs['display_menu']);
+show_footer();
/* Function definitions for this file */
-
+/* GET THIS OUTTA HERE!!!! FIXME */
/*************************/
function pl_update_selected() {