diff options
author | spocky <spocky@ampache> | 2007-08-15 23:11:49 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-08-15 23:11:49 +0000 |
commit | 376d632160618bba772d88e57d95405317cf8920 (patch) | |
tree | 235a3dfbaa6d24a4995d0ba17460e460d0fdeee9 /templates/show_objects.inc.php | |
parent | c8bfff18ef4f70b0abf9f3d7e2eaf0079bab29f8 (diff) | |
download | ampache-376d632160618bba772d88e57d95405317cf8920.tar.gz ampache-376d632160618bba772d88e57d95405317cf8920.tar.bz2 ampache-376d632160618bba772d88e57d95405317cf8920.zip |
updated css (sidebar, random albums, global classes)
cleaned up html
corrected a typo in show_objects
Diffstat (limited to 'templates/show_objects.inc.php')
-rw-r--r-- | templates/show_objects.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php index 0cb0d935..72e79f89 100644 --- a/templates/show_objects.inc.php +++ b/templates/show_objects.inc.php @@ -33,7 +33,7 @@ foreach ($objects as $object) { $object->format(); ?> -<tr id="object_row_<?php echo $object->uid; ?>" class="<?php echo flip_class(); ?>"> +<tr id="object_row_<?php echo $object->id; ?>" class="<?php echo flip_class(); ?>"> <?php require Config::get('prefix') . '/templates/show_object_row.inc.php'; ?> </tr> <?php } ?> |