예제 #1
0
						<script language="javascript" src="<?php 
    echo $root_dir;
    ?>
/jukebox/ticker.js"></script>
					<?php 
}
if ($func['fullplaylist']) {
    if (!is_array($fullList)) {
        $fullList = $jb->getCurrentPlaylist();
    }
    ?>
					
						Complete Playlist
						<?php 
    // Did they need any addon tools
    echo $jb->getAddOnTools();
    ?>
						<br>
						<?php 
    // Now let's get the full playlist back
    $curTrackNum = $jb->getCurrentPlayingTrack();
    ?>
						<?php 
    $arr = array();
    $arr['action'] = "jukebox";
    $arr['subaction'] = "jukebox-command";
    ?>
						<form action="<?php 
    echo urlize($arr);
    ?>
" method="post" name="jbPlaylistForm" id="jbPlaylistForm">