view->headLink()->setStylesheet($baseUrl.'css/radio-page/radio-page.css?'.$CC_CONFIG['airtime_version']); $this->view->headLink()->appendStylesheet($baseUrl.'css/embed/weekly-schedule-widget.css?'.$CC_CONFIG['airtime_version']); $this->_helper->layout->setLayout('radio-page'); $this->view->stationLogo = Application_Model_Preference::GetStationLogo(); $stationName = Application_Model_Preference::GetStationName(); $this->view->stationName = $stationName; $stationDescription = Application_Model_Preference::GetStationDescription(); $this->view->stationDescription = $stationDescription; $this->view->stationUrl = Application_Common_HTTPHelper::getStationUrl(); $this->view->baseUrl = Application_Common_OsPath::getBaseDir(); } public function mainAction() { $this->_helper->layout->setLayout('layout'); } public function maintenanceAction() { $this->getResponse()->setHttpResponseCode(503); } }