From 3900727d938a6bdbe8453188a030abccb4fa537a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 15 Apr 2008 05:45:53 +0000 Subject: albums and artists now have ratings --- templates/show_album_row.inc.php | 1 + templates/show_albums.inc.php | 5 ++++- templates/show_artist_row.inc.php | 1 + templates/show_artists.inc.php | 3 +++ templates/show_song_row.inc.php | 2 +- templates/show_songs.inc.php | 2 +- 6 files changed, 11 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index 8a2b7be7..56a08091 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -37,6 +37,7 @@ f_artist_link; ?> song_count; ?> year; ?> +id,'album'); ?> diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 7c1bab45..cea21087 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -1,7 +1,7 @@ + @@ -43,6 +44,7 @@ $ajax_url = Config::get('ajax_url'); + + diff --git a/templates/show_artist_row.inc.php b/templates/show_artist_row.inc.php index e20ccfd9..00f2ac6e 100644 --- a/templates/show_artist_row.inc.php +++ b/templates/show_artist_row.inc.php @@ -26,6 +26,7 @@ f_name_link; ?> songs; ?> albums; ?> +id,'artist'); ?> diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index a7d908a0..9e80363d 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -28,6 +28,7 @@ $web_path = Config::get('web_path'); + @@ -35,6 +36,7 @@ $web_path = Config::get('web_path'); + + diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php index 492fff9f..1dc3d1ed 100644 --- a/templates/show_song_row.inc.php +++ b/templates/show_song_row.inc.php @@ -1,7 +1,7 @@