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
|
@ -24,7 +24,6 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$CC_CONFIG = Config::getConfig();
|
||||
$request = $this->getRequest();
|
||||
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Settings');
|
||||
|
||||
$baseUrl = Application_Common_OsPath::getBaseDir();
|
||||
|
@ -146,7 +145,6 @@ class PreferenceController extends Zend_Controller_Action
|
|||
|
||||
$request = $this->getRequest();
|
||||
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Settings');
|
||||
|
||||
$baseUrl = Application_Common_OsPath::getBaseDir();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue