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
|
@ -108,13 +108,11 @@ class DashboardController extends Zend_Controller_Action
|
|||
|
||||
public function helpAction()
|
||||
{
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Help');
|
||||
}
|
||||
|
||||
public function aboutAction()
|
||||
{
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Help');
|
||||
$this->view->airtime_version = Application_Model_Preference::GetAirtimeVersion();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue