summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r--templates/show_playlist.inc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 5e99b8a9..6c14210d 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -31,5 +31,11 @@ $web_path = Config::get('web_path');
<li><a href="<?php echo $web_path; ?>/stream.php?action=playlist_random&amp;playlist_id=<?php echo $playlist->id; ?>"><?php echo _('Play Random'); ?></a></li>
</ul>
<?php show_box_bottom(); ?>
+<?php show_box_top(); ?>
<div id="browse_content">
+<?php
+ $object_ids = $playlist->get_items();
+ require_once Config::get('prefix') . '/templates/show_playlist_songs.inc.php';
+?>
</div>
+<?php show_box_bottom(); ?>