SAAS-1024: Merge layout.phtml and page-sub-menu.phtml

This commit is contained in:
drigato 2015-08-21 09:25:01 -04:00
parent f48c7186ca
commit 38d9963a8d
11 changed files with 20 additions and 209 deletions

View file

@ -10,7 +10,6 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
public function playerAction()
{
$this->_helper->layout->setLayout("page-sub-menu");
Zend_Layout::getMvcInstance()->assign('parent_page', 'Widgets');
$CC_CONFIG = Config::getConfig();
@ -34,7 +33,6 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
public function scheduleAction()
{
$this->_helper->layout->setLayout("page-sub-menu");
Zend_Layout::getMvcInstance()->assign('parent_page', 'Widgets');
$apiEnabled = Application_Model_Preference::GetAllow3rdPartyApi();