From ab6ecea9dbc4b53a7442db6f3695d68f9ba36f99 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 13 Nov 2007 04:31:50 +0000 Subject: added single song view --- templates/show_song.inc.php | 58 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 templates/show_song.inc.php (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php new file mode 100644 index 00000000..9f7b19e5 --- /dev/null +++ b/templates/show_song.inc.php @@ -0,0 +1,58 @@ + +title . ' ' . _('Details')); ?> + + + + + + + + + + + + + + + + + + + + + + + + + +update_time) { ?> + + + + + + + + +
title); ?>
f_artist_link; ?>
f_album_link; ?> (year); ?>)
f_genre_link; ?>
f_bitrate); ?>
file); ?> (f_size; ?>MB)
update_time); ?>
addition_time); ?>
+ -- cgit