summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-12 07:45:01 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-12 07:45:01 +0000
commit0b39cf3100870d54e13039a4e5d8635f121df4ab (patch)
tree44a4d54aa9e1dc2f0f7484d74fe367a868ac40a1 /templates/header.inc
parent65929b1bcc5e8692dd6e716d3066fbd92d754a26 (diff)
downloadampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.tar.gz
ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.tar.bz2
ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.zip
few minor fixes including a XML-RPC fix
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/header.inc b/templates/header.inc
index 2168a293..d1ada535 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -65,9 +65,6 @@ if (conf('use_rss')) { ?>
</div><!-- End topbar -->
<div id="sidebar"><!-- This is the sidebar -->
<?php require_once(conf('prefix') . '/templates/sidebar.inc.php'); ?>
- <?php if ($localplay = init_localplay()) { ?>
- <?php require_once(conf('prefix') . '/templates/show_localplay_control.inc.php'); ?>
- <?php } ?>
</div><!-- End sidebar -->
<div id="content">
<!-- I hate IE... -->