Added player preview to view
Everything is hardcoded right now
This commit is contained in:
parent
2272451e08
commit
6c46f0a156
15 changed files with 3047 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue