diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-09 04:28:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-09 04:28:56 +0000 |
commit | 7b1e57d0ccdda52881645f7c16f42ceb5da15881 (patch) | |
tree | f5ab9bcad4009845e4bc99010b195207084b3abf /templates/header.inc | |
parent | de5f1c00d30c01d7e8628dafe8e4c02b2f3c61ea (diff) | |
download | ampache-7b1e57d0ccdda52881645f7c16f42ceb5da15881.tar.gz ampache-7b1e57d0ccdda52881645f7c16f42ceb5da15881.tar.bz2 ampache-7b1e57d0ccdda52881645f7c16f42ceb5da15881.zip |
fixed playlist add problem and a few other minor bugs
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/header.inc b/templates/header.inc index b2839fec..a6928b2b 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -47,14 +47,9 @@ if (conf('use_rss')) { ?> </a> </div><!--End topbarleft --> <div id="topbarright"> - <?php if (($user->prefs['play_type']=='mpd') && ($location['page'] != 'mpd.php')) { - $myMpd = init_mpd(); - show_template ('show_mpdminicontrol'); - } else { ?> <a href="http://www.ampache.org/index.php">Ampache v.<?php echo conf('version'); ?></a><br /> <b><?php echo _("You are currently logged in as") . " " . $GLOBALS['user']->fullname; ?></b> <br /> - <?php } ?> </div> <!-- End topbarright --> </div><!-- End topbar --> <div id="sidebar"><!-- This is the sidebar --> |