SAAS-650: Fix up player page UI in Airtime
This commit is contained in:
parent
dc0855de18
commit
1f2f8a27a5
4 changed files with 14 additions and 5 deletions
|
@ -9,6 +9,9 @@ class EmbeddablePlayerController extends Zend_Controller_Action
|
|||
|
||||
public function indexAction()
|
||||
{
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
$baseUrl = Application_Common_OsPath::getBaseDir();
|
||||
$this->view->headLink()->appendStylesheet($baseUrl.'css/embeddableplayer.css?'.$CC_CONFIG['airtime_version']);
|
||||
$form = new Application_Form_EmbeddablePlayer();
|
||||
|
||||
if ($form->getElement('player_stream_url')->getAttrib('numberOfEnabledStreams') > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue