summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-03 05:53:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-03 05:53:50 +0000
commit28f7ad7026a864479feb92007315a22096c9e6d2 (patch)
treeff5a1b7de9fbfa35f22e00fb1f615aeb7734486f /templates
parent552c3cedd78263ce385d0ac47b02ccd22ea474b3 (diff)
downloadampache-28f7ad7026a864479feb92007315a22096c9e6d2.tar.gz
ampache-28f7ad7026a864479feb92007315a22096c9e6d2.tar.bz2
ampache-28f7ad7026a864479feb92007315a22096c9e6d2.zip
broke some stuff, fixed some stuff... commiting before I turn of this box
Diffstat (limited to 'templates')
-rw-r--r--templates/show_playlist.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 8637a3e6..a1855c79 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -33,11 +33,11 @@ $web_path = Config::get('web_path');
</ul>
</div>
<?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';
+ Browse::set_type('playlist_song');
+ Browse::save_objects($object_ids);
+ Browse::show_objects($object_ids);
?>
</div>
-<?php show_box_bottom(); ?>