Controller.php
public function indexAction()
{
$this->loadLayout();
$this->_setActiveMenu('menu/children');
$this->renderLayout();
}
refer with CONFIG.XML or ADMINHTML.XML
public function indexAction()
{
$this->loadLayout();
$this->_setActiveMenu('menu/children');
$this->renderLayout();
}
refer with CONFIG.XML or ADMINHTML.XML