diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-08 19:55:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-08 19:55:59 +0000 |
commit | 70853913cf0d21bd44643c7333dd5810fe5a81d3 (patch) | |
tree | a8a6bd35358bd45d964d73da4a6f63f5a333ddca /templates/show_songs.inc | |
parent | 627efa4dd844c89bb752f4484d1395409c2dbf76 (diff) | |
download | ampache-70853913cf0d21bd44643c7333dd5810fe5a81d3.tar.gz ampache-70853913cf0d21bd44643c7333dd5810fe5a81d3.tar.bz2 ampache-70853913cf0d21bd44643c7333dd5810fe5a81d3.zip |
updates to french translation and some other minor tweaks
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index a03d9fa1..396f9848 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -125,7 +125,9 @@ foreach ($song_ids as $song_id) { <?php echo $song->f_bitrate; ?> </td> <td> + <a href="<?php echo $web_path; ?>/genre.php?action=show_genre&genre_id=<?php echo $song->genre; ?>"> <?php echo $song->f_genre; ?> + </a> </td> <td> <a href="<?php echo $web_path; ?>/flag.php?action=show_flag&type=song&id=<?php echo $song->id; ?>"><?php echo _('Flag'); ?></a> |