Merge remote-tracking branch 'origin/2.5.x-albertenhancements' into saas
This commit is contained in:
commit
e13e4413ea
5 changed files with 31 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue