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 /randomplay.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 'randomplay.php')
-rw-r--r-- | randomplay.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/randomplay.php b/randomplay.php index 05a8c971..b6e76c8f 100644 --- a/randomplay.php +++ b/randomplay.php @@ -28,8 +28,6 @@ require_once("modules/init.php"); show_template('header'); init_mpd(); -show_menu_items('Home'); -show_clear(); $action = scrub_in($_REQUEST['action']); if (conf('refresh_interval')) { @@ -125,4 +123,4 @@ function show_random_play() { </td></tr> </table> -<?php show_page_footer ('Home', '', $user->prefs['display_menu']);?> +<?php show_footer(); ?> |