From a2cf31f96cd9ba28b1f5e7090208312a9e5b7ca9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 3 Jan 2006 09:08:16 +0000 Subject: new playlists file --- templates/show_playlists.php.inc | 78 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 templates/show_playlists.php.inc (limited to 'templates') diff --git a/templates/show_playlists.php.inc b/templates/show_playlists.php.inc new file mode 100644 index 00000000..9bb54c29 --- /dev/null +++ b/templates/show_playlists.php.inc @@ -0,0 +1,78 @@ + +

+ + + + + + + +user); + $count = $playlist->get_song_count(); +?> + + + + + + + +
+ + name); ?> + + name); ?> + | + + + username == $playlist->user || $GLOBALS['user']->has_access(100)) { ?> + | /playlist.php?action=edit&lplaylist_id=id; ?>"> + + + | + + + + 1) { ?> + | + + + | + + + + + | + + + + | +
-- cgit