+{include file="sub/x.tpl"}
+
+
Simple Playlist Management
+
+
+{if is_array($PLAYLIST) && count($PLAYLIST)} {* already activated Playlist *}
+ {foreach from=$PLAYLIST item=pl}
+ {$pl}
+
+ {/foreach}
+{else} {* no active Playlist *}
+ No Playlist
+{/if}
+
+
+
diff --git a/livesupport/modules/htmlUI/var/templates/search/results.tpl b/livesupport/modules/htmlUI/var/templates/search/results.tpl
index e587b5273..9337ab18e 100755
--- a/livesupport/modules/htmlUI/var/templates/search/results.tpl
+++ b/livesupport/modules/htmlUI/var/templates/search/results.tpl
@@ -14,11 +14,19 @@
{foreach from=$searchres.items item=i}