From 22beb1a65d65c9c61fb5d7e181df681fb1a8849e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 6 Dec 2007 20:17:21 +0000 Subject: added paging to genre sub views, and added missing fields to the song single view --- templates/show_song.inc.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 9f7b19e5..d9180d0b 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -37,14 +37,36 @@ f_genre_link; ?> + + + f_time); ?> + + + + comment); ?> + + + + label); ?> + + + + language); ?> + + + + catalog_number); ?> + f_bitrate); ?> +has_access('75')) { ?> file); ?> (f_size; ?>MB) + update_time) { ?> -- cgit