diff -r 000000000000 -r c63de9eb7045 playlist.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/playlist.php Sun Mar 23 14:59:33 2008 -0400 @@ -0,0 +1,22 @@ +assign('theme', $theme); + $smarty->assign('playlist', $playlist); + $smarty->assign('active', $active); + $smarty->display('playlist.tpl'); +} +