summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_localplay.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-08-06 00:34:42 +0000
committerspocky <spocky@ampache>2007-08-06 00:34:42 +0000
commit00bcfdca5f523093770321c22f8c429f3d318af8 (patch)
treeda232a7873274009ea09669c62d2db894a5b7a47 /templates/sidebar_localplay.inc.php
parent246c321617b18035725b3d42c6a313386687cedc (diff)
downloadampache-00bcfdca5f523093770321c22f8c429f3d318af8.tar.gz
ampache-00bcfdca5f523093770321c22f8c429f3d318af8.tar.bz2
ampache-00bcfdca5f523093770321c22f8c429f3d318af8.zip
modified sidebar html/css structure
Diffstat (limited to 'templates/sidebar_localplay.inc.php')
-rw-r--r--templates/sidebar_localplay.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php
index 954454e4..497a0cdd 100644
--- a/templates/sidebar_localplay.inc.php
+++ b/templates/sidebar_localplay.inc.php
@@ -1 +1,3 @@
-<h4><?php echo _('Localplay'); ?></h4>
+<ul class="sb2" id="sb_localplay">
+ <li><?php echo _('Localplay'); ?></li>
+</ul>