render('library/library.phtml') ?>
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}'"); } ?>