diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-18 07:25:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-18 07:25:56 +0000 |
commit | 5d66022a37df7e568aa9e60750465236e35fc212 (patch) | |
tree | 36464ca5108f9be45fe1e3a0c840c29ce795e6a7 /templates/show_mpdplay.inc | |
parent | fde4a6a705f7d21085ca3474c03e75d575a9fd91 (diff) | |
download | ampache-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.inc | 2 |
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> |