summaryrefslogtreecommitdiffstats
path: root/templates/show_mpdpl.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-18 16:49:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-18 16:49:50 +0000
commitebd39247d9e7a4eda49ac3410197de1e1a2f2457 (patch)
tree8cd483816d3fa8d514bc63e618e2073be132365f /templates/show_mpdpl.inc
parentccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c (diff)
downloadampache-ebd39247d9e7a4eda49ac3410197de1e1a2f2457.tar.gz
ampache-ebd39247d9e7a4eda49ac3410197de1e1a2f2457.tar.bz2
ampache-ebd39247d9e7a4eda49ac3410197de1e1a2f2457.zip
few mpd style tweaks, new archive lib and a new print_tags
Diffstat (limited to 'templates/show_mpdpl.inc')
-rw-r--r--templates/show_mpdpl.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_mpdpl.inc b/templates/show_mpdpl.inc
index a8bdac20..8a2e3f09 100644
--- a/templates/show_mpdpl.inc
+++ b/templates/show_mpdpl.inc
@@ -99,8 +99,8 @@ $myMpd = init_mpd();
echo "<tr class=\"".flip_class()."\">";
if ($id==$myMpd->current_track_id) {
- $tdstyle = "style='padding: 0px 2px 0px 2px; font-weight: bold;' class='error'";
- $linkstyle = "class='error'";
+ $tdstyle = "style='padding: 0px 2px 0px 2px; font-weight: bold;' class='npsong'";
+ $linkstyle = "class='npsong'";
}
else {
$tdstyle = $minpad;