Radio page fixes

This commit is contained in:
drigato 2015-06-16 12:50:40 -04:00
parent 91d391c80c
commit 4bebe1e0fb
4 changed files with 9 additions and 16 deletions

View file

@ -78,17 +78,12 @@ class EmbedController extends Zend_Controller_Action
public function weeklyProgramAction()
{
$this->view->layout()->disableLayout();
$CC_CONFIG = Config::getConfig();
$request = $this->getRequest();
$useIframe = $request->getParam('useiframe');
if (!isset($useIframe)) {
$this->view->layout()->disableLayout();
} elseif ($useIframe == "1") {
$this->_helper->layout->setLayout('bare');
}
$widgetStyle = $request->getParam('style');
if ($widgetStyle == "premium") {