equal
deleted
inserted
replaced
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 |