Added player preview to view

Everything is hardcoded right now
This commit is contained in:
drigato 2015-03-10 16:32:35 -04:00
parent 2272451e08
commit 6c46f0a156
15 changed files with 3047 additions and 6 deletions

View file

@ -9,12 +9,13 @@ class EmbeddablePlayerController extends Zend_Controller_Action
public function indexAction()
{
$CC_CONFIG = Config::getConfig();
$baseUrl = Application_Common_OsPath::getBaseDir();
$this->view->headLink()->appendStylesheet($baseUrl.'css/embed-player.css?'.$CC_CONFIG['airtime_version']);
$form = new Application_Form_EmbeddablePlayer();
$this->view->form = $form;
}
public function embedCodeAction()
{
$this->view->layout()->disableLayout();
}
}