SAAS-1024: Merge layout.phtml and page-sub-menu.phtml
This commit is contained in:
parent
f48c7186ca
commit
38d9963a8d
11 changed files with 20 additions and 209 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue