SAAS-650: Fix up player page UI in Airtime

This commit is contained in:
drigato 2015-03-16 13:24:58 -04:00
parent dc0855de18
commit 1f2f8a27a5
4 changed files with 14 additions and 5 deletions

View file

@ -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) {