summaryrefslogtreecommitdiffstats
path: root/mpd.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 /mpd.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 'mpd.php')
-rw-r--r--mpd.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/mpd.php b/mpd.php
index a5e82a33..35828bcc 100644
--- a/mpd.php
+++ b/mpd.php
@@ -28,15 +28,11 @@
require_once("modules/init.php");
show_template('header');
if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
-show_menu_items('Local Play');
-show_clear();
if ($user->prefs['play_type'] == 'mpd') {
show_mpd_control();
show_mpd_pl();
}
-show_clear();
-show_page_footer('Local Play','',$user->prefs['display_menu'] );
-
+show_footer();
?>