playlist.php
changeset 1 cddc2ba706d6
parent 0 c63de9eb7045
child 2 860ba7141641
equal deleted inserted replaced
0:c63de9eb7045 1:cddc2ba706d6
    15   
    15   
    16   $active = dcop_action('playlist', 'getActiveIndex');
    16   $active = dcop_action('playlist', 'getActiveIndex');
    17   $smarty->assign('theme', $theme);
    17   $smarty->assign('theme', $theme);
    18   $smarty->assign('playlist', $playlist);
    18   $smarty->assign('playlist', $playlist);
    19   $smarty->assign('active', $active);
    19   $smarty->assign('active', $active);
       
    20   $smarty->assign('scripts', array(
       
    21       'ajax.js',
       
    22     ));
    20   $smarty->display('playlist.tpl');
    23   $smarty->display('playlist.tpl');
    21 }
    24 }
    22 
    25