Merge remote-tracking branch 'origin/2.5.x-albertenhancements' into saas

This commit is contained in:
Albert Santoni 2015-02-24 15:03:06 -05:00
commit e13e4413ea
5 changed files with 31 additions and 7 deletions

View file

@ -116,6 +116,15 @@ class PreferenceController extends Zend_Controller_Action
{
}
public function removeLogoAction()
{
$this->view->layout()->disableLayout();
// Remove reliance on .phtml files to render requests
$this->_helper->viewRenderer->setNoRender(true);
Application_Model_Preference::SetStationLogo("");
}
public function streamSettingAction()
{
$CC_CONFIG = Config::getConfig();