Radio Page improvements
This commit is contained in:
parent
f4ff00355d
commit
ad5121f2ca
8 changed files with 16 additions and 8 deletions
|
@ -78,12 +78,18 @@ 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") {
|
||||
$this->view->widgetStyle = "premium";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue