summaryrefslogtreecommitdiffstats
path: root/templates/show_mpdplay.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-18 07:25:56 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-18 07:25:56 +0000
commit5d66022a37df7e568aa9e60750465236e35fc212 (patch)
tree36464ca5108f9be45fe1e3a0c840c29ce795e6a7 /templates/show_mpdplay.inc
parentfde4a6a705f7d21085ca3474c03e75d575a9fd91 (diff)
downloadampache-5d66022a37df7e568aa9e60750465236e35fc212.tar.gz
ampache-5d66022a37df7e568aa9e60750465236e35fc212.tar.bz2
ampache-5d66022a37df7e568aa9e60750465236e35fc212.zip
new ACTIVE menu mojo from pb1dft
Diffstat (limited to 'templates/show_mpdplay.inc')
-rw-r--r--templates/show_mpdplay.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc
index 2975204a..b5c08c46 100644
--- a/templates/show_mpdplay.inc
+++ b/templates/show_mpdplay.inc
@@ -30,7 +30,7 @@ function fmt_time($seconds) {return sprintf ("%d:%02d", $seconds/60, $seconds %
global $condPL;
?>
-<div align="center">
+<div align="center"><!-- Is this div neccesary??? -->
<table border="0" cellpadding="3" cellspacing="0" class="tabledata"><!-- MPD Control table -->
<tr class="table-header">
<td colspan="2"><?php echo _("MPD Play Control"); ?></td>