From 9f87707043594ec990e1c96fe806c93869387c8d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 17 Jan 2007 14:25:12 +0000 Subject: fixed a clean issue with rated items --- templates/show_songs.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_songs.inc b/templates/show_songs.inc index a88b7708..5f7b711d 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -130,7 +130,14 @@ foreach ($song_ids as $song_id) { - + has_flag()) { + echo get_user_icon('flag'); + } + else { + echo get_user_icon('flag_off'); + } + ?> has_access('100')) { ?> @@ -191,7 +198,6 @@ $num = count($song_ids); -


-- cgit