render('library/library.phtml') ?>
showPlaylist) { $display = ""; } else { $display = "display:none"; } ?>
type == 'block') { echo $this->render('playlist/smart-block.phtml'); } else if ($this->type == 'playlist') { echo $this->render('playlist/playlist.phtml'); } else if ($this->type == 'stream') { echo $this->render('webstream/webstream.phtml'); } else { echo $this->render('webstream/webstream.phtml'); //throw new Exception("Unrecognized type: '{$this->type}'"); } ?>