playlist.php
changeset 1 cddc2ba706d6
parent 0 c63de9eb7045
child 2 860ba7141641
--- a/playlist.php	Sun Mar 23 14:59:33 2008 -0400
+++ b/playlist.php	Sun Mar 23 15:24:06 2008 -0400
@@ -17,6 +17,9 @@
   $smarty->assign('theme', $theme);
   $smarty->assign('playlist', $playlist);
   $smarty->assign('active', $active);
+  $smarty->assign('scripts', array(
+      'ajax.js',
+    ));
   $smarty->display('playlist.tpl');
 }