diff --git a/htmlUI/templates/playlist/sidebar.tpl b/htmlUI/templates/playlist/sidebar.tpl new file mode 100644 index 000000000..aabd3ee0b --- /dev/null +++ b/htmlUI/templates/playlist/sidebar.tpl @@ -0,0 +1,39 @@ +
+

##Open Playlist##

+ {if $PL->activeId} + + +
+
Title:{$PL->title}
+
Length:{$PL->duration}
+
+ +
+
+ + Title + Creator + Playlength +
+ + +
+ + {else} + + {/if} + +
\ No newline at end of file