From 68917e09f5f47928ca31773a5ee17ad93bc9ab3c Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 15 Feb 2007 15:19:46 +0000 Subject: fixed previously broken artist link for browsing --- templates/show_artists.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_artists.inc.php') 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) { ?> - f_name; ?> + link; ?> songs; ?> albums; ?> -- cgit