summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_localplay.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-31 08:38:12 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-31 08:38:12 +0000
commit850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a (patch)
tree2b9ed789d451fd94331532d05267105acc31e0b4 /templates/sidebar_localplay.inc.php
parent3e8b855150d9bbd0538aadce5a3703a54c2b2de6 (diff)
downloadampache-850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a.tar.gz
ampache-850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a.tar.bz2
ampache-850edbb1f20ce3cfd8be5f6fe93207ba9a56db3a.zip
first vestiages of edit localplay instance and test localplay instance support
Diffstat (limited to 'templates/sidebar_localplay.inc.php')
-rw-r--r--templates/sidebar_localplay.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php
index 01c198ee..92371b16 100644
--- a/templates/sidebar_localplay.inc.php
+++ b/templates/sidebar_localplay.inc.php
@@ -29,7 +29,6 @@
if ($uid == $current_instance) {
$class = ' class="active_instance"';
}
- i
?>
<li id="sb_localplay_instances_<?php echo $uid; ?>"<?php echo $class; ?>><?php echo Ajax::text('?page=localplay&action=set_instance&instance=' . $uid,$name,'localplay_instance_' . $uid); ?></li>
<?php } ?>