diff options
Diffstat (limited to 'templates/show_artists.inc.php')
-rw-r--r-- | templates/show_artists.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 7b1176b6..4f52e257 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -43,7 +43,7 @@ $total_items = $view->total_items; //FIXME: These should come in as objects... foreach ($artists as $artist) { ?> <tr class="<?php echo flip_class(); ?>"> - <td><?php echo $artist->f_name; ?></td> + <td><?php echo $artist->link; ?></td> <td><?php echo $artist->songs; ?></td> <td><?php echo $artist->albums; ?></td> <td nowrap="nowrap"> |