summaryrefslogtreecommitdiffstats
path: root/templates/show_objects.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-14 06:25:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-14 06:25:07 +0000
commit6983cb8e0cdb661053c9f6336518f2549cfb13a5 (patch)
tree442ba3f6855d407fb213c1a266d7a1b4051c9486 /templates/show_objects.inc.php
parent089cd9100a6b94602df62e07e5b7a9b2c563ef95 (diff)
downloadampache-6983cb8e0cdb661053c9f6336518f2549cfb13a5.tar.gz
ampache-6983cb8e0cdb661053c9f6336518f2549cfb13a5.tar.bz2
ampache-6983cb8e0cdb661053c9f6336518f2549cfb13a5.zip
fixed some minor css issues with recently played, added newest artists/genres back in to main page
Diffstat (limited to 'templates/show_objects.inc.php')
-rw-r--r--templates/show_objects.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php
index 12629919..0cb0d935 100644
--- a/templates/show_objects.inc.php
+++ b/templates/show_objects.inc.php
@@ -24,7 +24,7 @@
*/
?>
<table class="table-data" cellspacing="0">
-<tr class="<?php echo flip_class(); ?>">
+<tr>
<?php foreach ($headers as $header) { ?>
<th><?php echo scrub_out($header); ?></th>
<?php } ?>