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
|
@ -22,7 +22,6 @@ class BillingController extends Zend_Controller_Action {
|
|||
public function upgradeAction()
|
||||
{
|
||||
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Billing');
|
||||
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
|
@ -211,7 +210,6 @@ class BillingController extends Zend_Controller_Action {
|
|||
|
||||
public function clientAction()
|
||||
{
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Billing');
|
||||
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
|
@ -264,7 +262,6 @@ class BillingController extends Zend_Controller_Action {
|
|||
|
||||
public function invoicesAction()
|
||||
{
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Billing');
|
||||
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue